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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h868 xmlSAXUserParseFile (xmlSAXHandlerPtr sax,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c1671 ret = xmlSAXUserParseFile(emptySAXHandler, NULL, filename);
1673 fprintf(SAXdebug, "xmlSAXUserParseFile returned error %d\n", ret);
1687 ret = xmlSAXUserParseFile(debugSAXHandler, NULL, filename);
1689 ret = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename);
1692 fprintf(SAXdebug, "xmlSAXUserParseFile returned error %d\n", ret);
H A Delfgcchack.h9038 #undef xmlSAXUserParseFile macro
9039 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
9041 #ifndef xmlSAXUserParseFile
9042 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
9043 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias macro
H A Dparser.c12334 * xmlSAXUserParseFile:
12345 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, function

Completed in 128 milliseconds