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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1101 xmlCtxtReset (xmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c13263 * xmlCtxtReset:
13269 xmlCtxtReset(xmlParserCtxtPtr ctxt) function
13396 xmlCtxtReset(ctxt);
13791 xmlCtxtReset(ctxt);
13824 xmlCtxtReset(ctxt);
13860 xmlCtxtReset(ctxt);
13904 xmlCtxtReset(ctxt);
13949 xmlCtxtReset(ctxt);
H A DparserInternals.c1810 xmlCtxtReset(ctxt);
H A Dxmlreader.c4963 xmlCtxtReset(reader->ctxt);
5303 xmlCtxtReset(reader->ctxt);
H A Delfgcchack.h2487 #undef xmlCtxtReset macro
2488 extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
2490 #ifndef xmlCtxtReset
2491 extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
2492 #define xmlCtxtReset xmlCtxtReset__internal_alias macro
H A Dtestapi.c12874 xmlCtxtReset(ctxt);
12879 printf("Leak of %d blocks found in xmlCtxtReset",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10861 if (!PyArg_ParseTuple(args, (char *)"O:xmlCtxtReset", &pyobj_ctxt))
10865 xmlCtxtReset(ctxt);

Completed in 237 milliseconds