Searched refs:XML_GetErrorCode (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/expat-12/expat/examples/
H A Delements.c58 XML_ErrorString(XML_GetErrorCode(parser)),
H A Doutline.c97 XML_ErrorString(XML_GetErrorCode(p)));
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dxmlstream.c97 int error_code = XML_GetErrorCode(parser);
141 int error_code = XML_GetErrorCode(parser);
/macosx-10.10.1/expat-12/expat/tests/benchmark/
H A Dbenchmark.c93 XML_ErrorString (XML_GetErrorCode (parser)),
/macosx-10.10.1/expat-12/expat/amiga/include/inline4/
H A Dexpat.h63 #define XML_GetErrorCode(parser) IExpat->XML_GetErrorCode(parser) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmlfile.c73 int code = XML_GetErrorCode(parser);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.h349 /* If XML_Parse or XML_ParseBuffer have returned 0, then XML_GetErrorCode
352 enum XML_Error XMLPARSEAPI XML_GetErrorCode(XML_Parser parser);
H A Dxmlwf.c317 int code = XML_GetErrorCode(parser);
H A Dtclexpat.c496 XML_ErrorString(XML_GetErrorCode(expat->parser)),
H A Dxmlparse.c627 enum XML_Error XML_GetErrorCode(XML_Parser parser) function
/macosx-10.10.1/expat-12/expat/tests/
H A Druntests.c56 enum XML_Error err = XML_GetErrorCode(parser);
78 if (XML_GetErrorCode(parser) != errorCode)
162 if (XML_GetErrorCode(parser) != XML_ERROR_INVALID_TOKEN)
339 else if (XML_GetErrorCode(parser) != XML_ERROR_INVALID_TOKEN)
1037 if (XML_GetErrorCode(parser) != XML_ERROR_ABORTED)
1058 if (XML_GetErrorCode(parser) != XML_ERROR_NONE)
/macosx-10.10.1/expat-12/expat/xmlwf/
H A Dxmlfile.c63 enum XML_Error code = XML_GetErrorCode(parser);
H A Dxmlwin32url.cxx127 int code = XML_GetErrorCode(parser);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.h512 /* If XML_Parse or XML_ParseBuffer have returned 0, then XML_GetErrorCode
515 enum XML_Error XMLPARSEAPI XML_GetErrorCode(XML_Parser parser);
/macosx-10.10.1/expat-12/expat/amiga/include/interfaces/
H A Dexpat.h66 enum XML_Error APICALL (*XML_GetErrorCode)(struct ExpatIFace *Self, XML_Parser parser); member in struct:ExpatIFace
/macosx-10.10.1/expat-12/expat/amiga/include/libraries/
H A Dexpat.h474 XML_GetErrorCode(XML_Parser parser);
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h876 XML_GetErrorCode returns information about the error.
879 XML_GetErrorCode(XML_Parser parser);
/macosx-10.10.1/expat-12/expat/lib/
H A Dexpat.h887 XML_GetErrorCode returns information about the error.
890 XML_GetErrorCode(XML_Parser parser);
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat.h887 XML_GetErrorCode returns information about the error.
890 XML_GetErrorCode(XML_Parser parser);
/macosx-10.10.1/expat-12/expat/amiga/
H A Dexpat_vectors.c359 return XML_GetErrorCode(parser);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/
H A Dtclexpat.c391 XML_ErrorString(XML_GetErrorCode(expat->parser)),
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/
H A Dapr_xml.c422 parser->xp_err = XML_GetErrorCode(parser->xp);
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.c1876 XML_ErrorString(XML_GetErrorCode(extparser)),
1914 XML_ErrorString(XML_GetErrorCode(extparser)),
H A Dtclexpat.c1000 XML_ErrorString(XML_GetErrorCode(expat->parser)),
3458 XML_ErrorString(XML_GetErrorCode(extparser)),
H A Dtcldom.c1118 XML_ErrorString(XML_GetErrorCode(parser)),
5610 XML_ErrorString(XML_GetErrorCode(parser)),

Completed in 244 milliseconds

12