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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h877 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h8966 #undef xmlSAXParseDoc macro
8967 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
8969 #ifndef xmlSAXParseDoc
8970 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
8971 #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias macro
H A Dparser.c12262 return(xmlSAXParseDoc(NULL, cur, 1));
12610 * xmlSAXParseDoc:
12624 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { function
12666 return(xmlSAXParseDoc(NULL, cur, 0));

Completed in 92 milliseconds