Lines Matching refs:xmlSAXUserParseFile
1069 "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 returned error %d\n", res);