Searched refs:xmlCreatePushParserCtxt (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dparse4.c4 * purpose: Demonstrate the use of xmlCreatePushParserCtxt() and
67 ctxt = xmlCreatePushParserCtxt(NULL, NULL,
/vbox/src/libs/libxml2-2.6.31/
H A DDOCBparser.c158 return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename));
H A DtestSAX.c1027 ctxt = xmlCreatePushParserCtxt(emptySAXHandler, NULL,
1057 ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL,
1060 ctxt = xmlCreatePushParserCtxt(debugSAXHandler, NULL,
H A Dxmlreader.c2075 ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL,
2080 ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL, NULL, 0, URI);
4948 reader->ctxt = xmlCreatePushParserCtxt(reader->sax, NULL,
4954 xmlCreatePushParserCtxt(reader->sax, NULL, NULL, 0, URL);
H A Dxmlwriter.c370 ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL);
373 "xmlNewTextWriterDoc : error at xmlCreatePushParserCtxt!\n");
437 ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL);
440 "xmlNewTextWriterDoc : error at xmlCreatePushParserCtxt!\n");
H A Dxmllint.c2152 ctxt = xmlCreatePushParserCtxt(NULL, NULL,
H A Delfgcchack.h2396 #undef xmlCreatePushParserCtxt macro
2397 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
2399 #ifndef xmlCreatePushParserCtxt
2400 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
2401 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias macro
H A Dparser.c10921 * xmlCreatePushParserCtxt:
10940 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, function
H A Dtestapi.c12650 ret_val = xmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename);
12660 printf("Leak of %d blocks found in xmlCreatePushParserCtxt",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1004 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax,
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c1323 ret = xmlCreatePushParserCtxt(SAX, pyobj_SAX, chunk, size, URI);

Completed in 219 milliseconds