Searched refs:xmlCreatePushParserCtxt (Results 1 – 19 of 19) sorted by relevance
/external/libxml2/doc/examples/ |
D | parse4.c | 67 ctxt = xmlCreatePushParserCtxt(NULL, NULL, in example4Func()
|
/external/libxml2/ |
D | testSAX.c | 1027 ctxt = xmlCreatePushParserCtxt(emptySAXHandler, NULL, in parseAndPrintFile() 1057 ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL, in parseAndPrintFile() 1060 ctxt = xmlCreatePushParserCtxt(debugSAXHandler, NULL, in parseAndPrintFile()
|
D | DOCBparser.c | 158 return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename)); in docbCreatePushParserCtxt()
|
D | TODO | 223 done, both for XML and HTML parsers. Use xmlCreatePushParserCtxt()
|
D | xmlreader.c | 2140 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()
|
D | libxml2.syms | 727 xmlCreatePushParserCtxt;
|
D | xmlwriter.c | 372 ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL); in xmlNewTextWriterDoc() 441 ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL); in xmlNewTextWriterTree()
|
D | elfgcchack.h | 2480 #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
|
D | xmllint.c | 2273 ctxt = xmlCreatePushParserCtxt(NULL, NULL, in parseAndPrintFile()
|
D | runtest.c | 1894 ctxt = xmlCreatePushParserCtxt(NULL, NULL, base + cur, chunkSize, filename); in pushParseTest()
|
D | parser.c | 12336 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt() function
|
D | ChangeLog | 13253 comment of xmlCreatePushParserCtxt to describe the 14782 xmlCreatePushParserCtxt() when the initial buffer passed
|
D | testapi.c | 12803 ret_val = xmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename); in test_xmlCreatePushParserCtxt()
|
/external/libxml2/include/libxml/ |
D | parser.h | 1015 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax,
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 1124 d xmlCreatePushParserCtxt... 1125 d pr extproc('xmlCreatePushParserCtxt')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 712 xmlCreatePushParserCtxt
|
/external/libxml2/python/ |
D | libxml.c | 1476 ret = xmlCreatePushParserCtxt(SAX, pyobj_SAX, chunk, size, URI); in libxml_xmlCreatePushParser()
|
/external/ImageMagick/coders/ |
D | svg.c | 3585 svg_info->parser=xmlCreatePushParserCtxt(sax_handler,svg_info,(char *) in ReadSVGImage()
|
D | msl.c | 7895 msl_info.parser=xmlCreatePushParserCtxt(sax_handler,&msl_info,(char *) NULL,0, in ProcessMSLScript()
|