Searched refs:htmlCtxtReset (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLparser.h189 htmlCtxtReset (htmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c5795 * htmlCtxtReset:
5801 htmlCtxtReset(htmlParserCtxtPtr ctxt) function
6162 htmlCtxtReset(ctxt);
6195 htmlCtxtReset(ctxt);
6231 htmlCtxtReset(ctxt);
6273 htmlCtxtReset(ctxt);
6317 htmlCtxtReset(ctxt);
H A Delfgcchack.h222 #undef htmlCtxtReset macro
223 extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias")));
225 #ifndef htmlCtxtReset
226 extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden")));
227 #define htmlCtxtReset htmlCtxtReset__internal_alias macro
H A Dtestapi.c1750 htmlCtxtReset(ctxt);
1755 printf("Leak of %d blocks found in htmlCtxtReset",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c8663 if (!PyArg_ParseTuple(args, (char *)"O:htmlCtxtReset", &pyobj_ctxt))
8667 htmlCtxtReset(ctxt);

Completed in 238 milliseconds