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.c5353 return (xmlReaderForMemory
5381 * xmlReaderForMemory:
5394 xmlReaderForMemory(const char *buffer, int size, const char *URL, function
H A Delfgcchack.h8118 #undef xmlReaderForMemory macro
8119 extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
8121 #ifndef xmlReaderForMemory
8122 extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
8123 #define xmlReaderForMemory xmlReaderForMemory__internal_alias macro

Completed in 1638 milliseconds