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

/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c1069 "xmlSAXUserParseFile returned error %d\n", ret);
1081 res = xmlSAXUserParseFile(emptySAXHandler, NULL, filename);
1083 fprintf(stdout, "xmlSAXUserParseFile returned error %d\n", res);
1095 res = xmlSAXUserParseFile(debugSAX2Handler, NULL,
1098 res = xmlSAXUserParseFile(debugSAXHandler, NULL,
1103 res = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename);
1105 res = xmlSAXUserParseFile(debugSAXHandler, NULL, filename);
1107 fprintf(stdout, "xmlSAXUserParseFile returned error %d\n", res);
1118 res = xmlSAXUserParseFile(emptySAXHandler, NULL, filename);
1120 fprintf(stdout, "xmlSAXUserParseFile returne
[all...]
H A Druntest.c1679 ret = xmlSAXUserParseFile(emptySAXHandler, NULL, filename);
1681 fprintf(SAXdebug, "xmlSAXUserParseFile returned error %d\n", ret);
1695 ret = xmlSAXUserParseFile(debugSAXHandler, NULL, filename);
1697 ret = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename);
1700 fprintf(SAXdebug, "xmlSAXUserParseFile returned error %d\n", ret);
H A Delfgcchack.h9058 #undef xmlSAXUserParseFile macro
9059 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
9061 #ifndef xmlSAXUserParseFile
9062 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
9063 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias macro
H A Dparser.c12776 * xmlSAXUserParseFile:
12787 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, function
H A Dtestapi.c15057 ret_val = xmlSAXUserParseFile(sax, user_data, filename);
15065 printf("Leak of %d blocks found in xmlSAXUserParseFile",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h871 xmlSAXUserParseFile (xmlSAXHandlerPtr sax,
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c1388 xmlSAXUserParseFile(SAX, pyobj_SAX, URI);

Completed in 399 milliseconds