Searched defs:htmlCtxtReset (Results 1 - 2 of 2) sorted by relevance

/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

Completed in 81 milliseconds