Searched defs:xmlCreateDocParserCtxt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c13032 * xmlCreateDocParserCtxt:
13040 xmlCreateDocParserCtxt(const xmlChar *cur) { function
13073 ctxt = xmlCreateDocParserCtxt(cur);
13632 ctxt = xmlCreateDocParserCtxt(cur);
H A Delfgcchack.h2315 #undef xmlCreateDocParserCtxt macro
2316 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2318 #ifndef xmlCreateDocParserCtxt
2319 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
2320 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro

Completed in 90 milliseconds