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

/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 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

Completed in 91 milliseconds