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

/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c5202 return (xmlReaderForMemory
5230 * xmlReaderForMemory:
5243 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
/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 167 milliseconds