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

/external/libxml2/
H A Dparser.c11816 * xmlCreatePushParserCtxt:
11835 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, function
H A Delfgcchack.h2408 #undef xmlCreatePushParserCtxt macro
2409 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
2411 #ifndef xmlCreatePushParserCtxt
2412 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
2413 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias macro

Completed in 563 milliseconds