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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlreader.h322 xmlReaderForMemory (const char *buffer,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlreader.c5128 return (xmlReaderForMemory
5156 * xmlReaderForMemory:
5169 xmlReaderForMemory(const char *buffer, int size, const char *URL, function
H A Dxmllint.c1812 reader = xmlReaderForMemory(base, info.st_size, filename,
H A Delfgcchack.h7890 #undef xmlReaderForMemory macro
7891 extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
7893 #ifndef xmlReaderForMemory
7894 extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
7895 #define xmlReaderForMemory xmlReaderForMemory__internal_alias macro

Completed in 99 milliseconds