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

/external/libxml2/include/libxml/
H A Dparser.h978 xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
/external/libxml2/
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.c13735 xmlClearParserCtxt(ctxt);
13739 xmlClearParserCtxt(ctxt);

Completed in 381 milliseconds