Searched defs:xmlCtxtReset (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h2499 #undef xmlCtxtReset macro
2500 extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
2502 #ifndef xmlCtxtReset
2503 extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
2504 #define xmlCtxtReset xmlCtxtReset__internal_alias macro
H A Dparser.c14260 * xmlCtxtReset:
14266 xmlCtxtReset(xmlParserCtxtPtr ctxt) function
14392 xmlCtxtReset(ctxt);
14840 xmlCtxtReset(ctxt);
14873 xmlCtxtReset(ctxt);
14909 xmlCtxtReset(ctxt);
14953 xmlCtxtReset(ctxt);
14998 xmlCtxtReset(ctxt);
/external/libxml2/
H A Delfgcchack.h2571 #undef xmlCtxtReset macro
2572 extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
2574 #ifndef xmlCtxtReset
2575 extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
2576 #define xmlCtxtReset xmlCtxtReset__internal_alias macro
H A Dparser.c14792 * xmlCtxtReset:
14798 xmlCtxtReset(xmlParserCtxtPtr ctxt) function
14925 xmlCtxtReset(ctxt);
15379 xmlCtxtReset(ctxt);
15412 xmlCtxtReset(ctxt);
15448 xmlCtxtReset(ctxt);
15492 xmlCtxtReset(ctxt);
15537 xmlCtxtReset(ctxt);

Completed in 280 milliseconds