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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c11823 * xmlCreatePushParserCtxt:
11842 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
/external/libxml2/
H A Dparser.c12349 * xmlCreatePushParserCtxt:
12368 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 3900 milliseconds