Home
last modified time | relevance | path

Searched refs:xmlCreatePushParserCtxt (Results 1 – 19 of 19) sorted by relevance

/external/libxml2/doc/examples/
Dparse4.c67 ctxt = xmlCreatePushParserCtxt(NULL, NULL, in example4Func()
/external/libxml2/
DtestSAX.c1027 ctxt = xmlCreatePushParserCtxt(emptySAXHandler, NULL, in parseAndPrintFile()
1057 ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL, in parseAndPrintFile()
1060 ctxt = xmlCreatePushParserCtxt(debugSAXHandler, NULL, in parseAndPrintFile()
DDOCBparser.c158 return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename)); in docbCreatePushParserCtxt()
DTODO223 done, both for XML and HTML parsers. Use xmlCreatePushParserCtxt()
Dxmlreader.c2140 ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL, in xmlNewTextReader()
2146 ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL, NULL, 0, URI); in xmlNewTextReader()
5202 reader->ctxt = xmlCreatePushParserCtxt(reader->sax, NULL, in xmlTextReaderSetup()
5209 xmlCreatePushParserCtxt(reader->sax, NULL, NULL, 0, URL); in xmlTextReaderSetup()
Dlibxml2.syms727 xmlCreatePushParserCtxt;
Dxmlwriter.c372 ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL); in xmlNewTextWriterDoc()
441 ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL); in xmlNewTextWriterTree()
Delfgcchack.h2480 #undef xmlCreatePushParserCtxt
2481 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePush…
2483 #ifndef xmlCreatePushParserCtxt
2484 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visi…
2485 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias macro
Dxmllint.c2273 ctxt = xmlCreatePushParserCtxt(NULL, NULL, in parseAndPrintFile()
Druntest.c1894 ctxt = xmlCreatePushParserCtxt(NULL, NULL, base + cur, chunkSize, filename); in pushParseTest()
Dparser.c12336 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt() function
DChangeLog13253 comment of xmlCreatePushParserCtxt to describe the
14782 xmlCreatePushParserCtxt() when the initial buffer passed
Dtestapi.c12803 ret_val = xmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename); in test_xmlCreatePushParserCtxt()
/external/libxml2/include/libxml/
Dparser.h1015 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax,
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1124 d xmlCreatePushParserCtxt...
1125 d pr extproc('xmlCreatePushParserCtxt')
/external/libxml2/win32/
Dlibxml2.def.src712 xmlCreatePushParserCtxt
/external/libxml2/python/
Dlibxml.c1476 ret = xmlCreatePushParserCtxt(SAX, pyobj_SAX, chunk, size, URI); in libxml_xmlCreatePushParser()
/external/ImageMagick/coders/
Dsvg.c3585 svg_info->parser=xmlCreatePushParserCtxt(sax_handler,svg_info,(char *) in ReadSVGImage()
Dmsl.c7895 msl_info.parser=xmlCreatePushParserCtxt(sax_handler,&msl_info,(char *) NULL,0, in ProcessMSLScript()