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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h1018 xmlCreateIOParserCtxt (xmlSAXHandlerPtr sax,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h2353 #undef xmlCreateIOParserCtxt macro
2354 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
2356 #ifndef xmlCreateIOParserCtxt
2357 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden")));
2358 #define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias macro
H A Dparser.c10685 * xmlCreateIOParserCtxt:
10699 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, function

Completed in 91 milliseconds