Searched refs:xmlClearParserCtxt (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h978 xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
/external/libxml2/include/libxml/
H A Dparser.h981 xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
/external/chromium_org/third_party/libxml/src/
H A DparserInternals.c1883 * xmlClearParserCtxt:
1890 xmlClearParserCtxt(xmlParserCtxtPtr ctxt) function
H A Delfgcchack.h2111 #undef xmlClearParserCtxt macro
2112 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
2114 #ifndef xmlClearParserCtxt
2115 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
2116 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias macro
H A Dparser.c13743 xmlClearParserCtxt(ctxt);
13747 xmlClearParserCtxt(ctxt);
H A Dtestapi.c12655 xmlClearParserCtxt(ctxt);
12660 printf("Leak of %d blocks found in xmlClearParserCtxt",
[all...]
/external/libxml2/
H A DparserInternals.c1848 * xmlClearParserCtxt:
1855 xmlClearParserCtxt(xmlParserCtxtPtr ctxt) function
H A Delfgcchack.h2183 #undef xmlClearParserCtxt macro
2184 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
2186 #ifndef xmlClearParserCtxt
2187 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
2188 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias macro
H A Dparser.c14276 xmlClearParserCtxt(ctxt);
14280 xmlClearParserCtxt(ctxt);

Completed in 261 milliseconds