Searched refs:xmlReaderForDoc (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlreader.h313 xmlReaderForDoc (const xmlChar * cur,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h7842 #undef xmlReaderForDoc macro
7843 extern __typeof (xmlReaderForDoc) xmlReaderForDoc __attribute((alias("xmlReaderForDoc__internal_alias")));
7845 #ifndef xmlReaderForDoc
7846 extern __typeof (xmlReaderForDoc) xmlReaderForDoc__internal_alias __attribute((visibility("hidden")));
7847 #define xmlReaderForDoc xmlReaderForDoc__internal_alias macro
H A Dxmlreader.c5107 * xmlReaderForDoc:
5119 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding, function

Completed in 178 milliseconds