Searched refs:XML_ParserCreate (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10.1/expat-12/expat/examples/
H A Delements.c47 XML_Parser parser = XML_ParserCreate(NULL);
H A Doutline.c75 XML_Parser p = XML_ParserCreate(NULL);
/macosx-10.10.1/expat-12/expat/tests/benchmark/
H A Dbenchmark.c76 parser = XML_ParserCreate(NULL);
/macosx-10.10.1/expat-12/expat/amiga/include/inline4/
H A Dexpat.h28 #define XML_ParserCreate(encodingName) IExpat->XML_ParserCreate(encodingName) macro
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.h71 XML_ParserCreate(const XML_Char *encoding);
H A Dxmlwf.c577 XML_Parser parser = XML_ParserCreate(encoding);
H A Dtclexpat.c300 if (!(expat->parser = XML_ParserCreate(NULL))) {
H A Dxmlparse.c310 XML_Parser XML_ParserCreate(const XML_Char *encodingName) function
386 parser = XML_ParserCreate(encodingName);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.h81 XML_ParserCreate(const XML_Char *encoding);
H A Dxmlparse.c470 XML_Parser XML_ParserCreate(const XML_Char *encodingName) function
570 XML_Parser parser = XML_ParserCreate(encodingName);
626 : XML_ParserCreate(encodingName));
/macosx-10.10.1/expat-12/expat/amiga/include/interfaces/
H A Dexpat.h31 XML_Parser APICALL (*XML_ParserCreate)(struct ExpatIFace *Self, const XML_Char * encodingName); member in struct:ExpatIFace
/macosx-10.10.1/expat-12/expat/amiga/include/libraries/
H A Dexpat.h180 XML_ParserCreate(const XML_Char *encoding);
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h270 XML_ParserCreate(const XML_Char *encoding);
738 XML_ParserCreate. On success XML_SetEncoding returns non-zero,
H A Dxmlparse.c662 XML_ParserCreate(const XML_Char *encodingName) function
/macosx-10.10.1/expat-12/expat/lib/
H A Dexpat.h206 XML_ParserCreate(const XML_Char *encoding);
677 XML_ParserCreate. On success XML_SetEncoding returns non-zero,
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat.h206 XML_ParserCreate(const XML_Char *encoding);
677 XML_ParserCreate. On success XML_SetEncoding returns non-zero,
/macosx-10.10.1/expat-12/expat/amiga/
H A Dexpat_vectors.c184 return XML_ParserCreate(encoding);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmlwf.c666 parser = XML_ParserCreate(encoding);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/
H A Dtclexpat.c226 if (!(expat->parser = XML_ParserCreate(NULL))) {
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/
H A Dapr_xml.c381 parser->xp = XML_ParserCreate(NULL);
/macosx-10.10.1/expat-12/expat/tests/
H A Druntests.c36 parser = XML_ParserCreate(NULL);
/macosx-10.10.1/expat-12/expat/xmlwf/
H A Dxmlwf.c762 parser = XML_ParserCreate(encoding);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3109 parser = XML_ParserCreate(NULL);
/macosx-10.10.1/apr-32/apr-util/apr-util/
H A Dconfigure22888 XML_ParserCreate(NULL);
22936 XML_ParserCreate(NULL);
22985 XML_ParserCreate(NULL);
23034 XML_ParserCreate(NULL);
23126 XML_ParserCreate(NULL);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtdpExpat.c3563 interpDataPtr->parser = XML_ParserCreate(NULL);

Completed in 383 milliseconds

12