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

/external/libxml2/
H A Dparser.c12457 * xmlCreatePushParserCtxt:
12476 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, function
H A Delfgcchack.h2480 #undef xmlCreatePushParserCtxt macro
2481 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
2483 #ifndef xmlCreatePushParserCtxt
2484 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
2485 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias macro

Completed in 204 milliseconds