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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1021 xmlCreateIOParserCtxt (xmlSAXHandlerPtr sax,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h2365 #undef xmlCreateIOParserCtxt macro
2366 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
2368 #ifndef xmlCreateIOParserCtxt
2369 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden")));
2370 #define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias macro
H A Dparser.c11071 * xmlCreateIOParserCtxt:
11085 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, function

Completed in 147 milliseconds