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

/external/libxml2/include/libxml/
H A Dparser.h1032 xmlCreateIOParserCtxt (xmlSAXHandlerPtr sax,
/external/libxml2/
H A Dlibxml2.syms726 xmlCreateIOParserCtxt;
H A Delfgcchack.h2449 #undef xmlCreateIOParserCtxt macro
2450 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
2452 #ifndef xmlCreateIOParserCtxt
2453 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden")));
2454 #define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias macro
H A Dparser.c12750 * xmlCreateIOParserCtxt:
12764 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, function

Completed in 172 milliseconds