Searched defs:xmlReaderForMemory (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlreader.c5208 return (xmlReaderForMemory
5236 * xmlReaderForMemory:
5249 xmlReaderForMemory(const char *buffer, int size, const char *URL, function
H A Delfgcchack.h7992 #undef xmlReaderForMemory macro
7993 extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
7995 #ifndef xmlReaderForMemory
7996 extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
7997 #define xmlReaderForMemory xmlReaderForMemory__internal_alias macro

Completed in 140 milliseconds