Searched refs:xmlStopParser (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h843 xmlStopParser (xmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c2247 xmlStopParser(reader->ctxt);
2456 xmlStopParser(reader->ctxt);
H A Delfgcchack.h10533 #undef xmlStopParser macro
10534 extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
10536 #ifndef xmlStopParser
10537 extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
10538 #define xmlStopParser xmlStopParser__internal_alias macro
H A Dxmlschemas.c27114 xmlStopParser(vctxt->parserCtxt);
27139 xmlStopParser(vctxt->parserCtxt);
27292 xmlStopParser(vctxt->parserCtxt);
27336 xmlStopParser(vctxt->parserCtxt);
H A Dparser.c11053 * xmlStopParser:
11059 xmlStopParser(xmlParserCtxtPtr ctxt) { function
H A Dtestapi.c15267 xmlStopParser(ctxt);
15272 printf("Leak of %d blocks found in xmlStopParser",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5338 if (!PyArg_ParseTuple(args, (char *)"O:xmlStopParser", &pyobj_ctxt))
5342 xmlStopParser(ctxt);

Completed in 284 milliseconds