Home
last modified time | relevance | path

Searched refs:XML_ParserCreate (Results 1 – 18 of 18) sorted by relevance

/minix3/external/mit/expat/dist/examples/
H A Delements.c47 XML_Parser parser = XML_ParserCreate(NULL); in main()
H A Doutline.c75 XML_Parser p = XML_ParserCreate(NULL); in main()
/minix3/external/mit/expat/dist/lib/
H A Dlibexpatw.def22 XML_ParserCreate @18
H A Dlibexpat.def22 XML_ParserCreate @18
H A Dexpat.h206 XML_ParserCreate(const XML_Char *encoding);
H A Dxmlparse.c671 XML_ParserCreate(const XML_Char *encodingName) in XML_ParserCreate() function
/minix3/external/mit/expat/dist/amiga/include/inline4/
H A Dexpat.h28 #define XML_ParserCreate(encodingName) IExpat->XML_ParserCreate(encodingName) macro
/minix3/external/mit/expat/dist/tests/benchmark/
H A Dbenchmark.c76 parser = XML_ParserCreate(NULL); in main()
/minix3/external/mit/expat/dist/conftools/
H A Dexpat.m424 AC_CHECK_LIB(expat, XML_ParserCreate,
/minix3/external/mit/expat/dist/bcb5/
H A Dlibexpatw_mtd.def93 XML_ParserCreate = _XML_ParserCreate
H A Dlibexpat_mtd.def93 XML_ParserCreate = _XML_ParserCreate
/minix3/external/mit/expat/dist/amiga/include/interfaces/
H A Dexpat.h31 XML_Parser APICALL (*XML_ParserCreate)(struct ExpatIFace *Self, const XML_Char * encodingName); member
/minix3/external/mit/expat/dist/amiga/include/libraries/
H A Dexpat.h180 XML_ParserCreate(const XML_Char *encoding);
/minix3/external/mit/expat/dist/amiga/
H A Dexpat_vectors.c184 return XML_ParserCreate(encoding); in _Expat_XML_ParserCreate()
H A Dexpat_68k.c83 p->p = Self->XML_ParserCreate((const XML_Char *)regarray[8]); in stub_XML_ParserCreatePPC()
/minix3/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c762 parser = XML_ParserCreate(encoding); in tmain()
/minix3/external/mit/expat/dist/tests/
H A Druntests.c37 parser = XML_ParserCreate(NULL); in basic_setup()
/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c3110 parser = XML_ParserCreate(NULL); in expat_read_toc()