Home
last modified time | relevance | path

Searched refs:xmlCreateDocParserCtxt (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h988 xmlCreateDocParserCtxt (const xmlChar *cur);
/external/libxml2/
Delfgcchack.h2327 #undef xmlCreateDocParserCtxt
2328 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocPar…
2330 #ifndef xmlCreateDocParserCtxt
2331 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibi…
2332 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro
Dparser.c14018 xmlCreateDocParserCtxt(const xmlChar *cur) { in xmlCreateDocParserCtxt() function
14051 ctxt = xmlCreateDocParserCtxt(cur); in xmlSAXParseDoc()
14677 ctxt = xmlCreateDocParserCtxt(cur); in xmlReadDoc()