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

/external/libxml2/
H A Dxmlreader.c5391 return (xmlReaderForMemory
5419 * xmlReaderForMemory:
5432 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 143 milliseconds