Searched refs:xmlCreateDocParserCtxt (Results 1 – 3 of 3) sorted by relevance
988 xmlCreateDocParserCtxt (const xmlChar *cur);
2327 #undef xmlCreateDocParserCtxt2328 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocPar…2330 #ifndef xmlCreateDocParserCtxt2331 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibi…2332 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro
14018 xmlCreateDocParserCtxt(const xmlChar *cur) { in xmlCreateDocParserCtxt() function14051 ctxt = xmlCreateDocParserCtxt(cur); in xmlSAXParseDoc()14677 ctxt = xmlCreateDocParserCtxt(cur); in xmlReadDoc()