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

/external/libxml2/
H A Dparser.c12693 * xmlCreateIOParserCtxt:
12707 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, function
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

Completed in 149 milliseconds