Searched refs:xmlClearParserCtxt (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h970 xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c1798 * xmlClearParserCtxt:
1805 xmlClearParserCtxt(xmlParserCtxtPtr ctxt) function
H A Delfgcchack.h2099 #undef xmlClearParserCtxt macro
2100 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
2102 #ifndef xmlClearParserCtxt
2103 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
2104 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias macro
H A Dparser.c12762 xmlClearParserCtxt(ctxt);
12766 xmlClearParserCtxt(ctxt);
H A Dtestapi.c12570 xmlClearParserCtxt(ctxt);
12575 printf("Leak of %d blocks found in xmlClearParserCtxt",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c7025 if (!PyArg_ParseTuple(args, (char *)"O:xmlClearParserCtxt", &pyobj_ctxt))
7029 xmlClearParserCtxt(ctxt);

Completed in 317 milliseconds