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

/external/libxml2/
H A Dparser.c2221 * xmlPushInput:
2225 * xmlPushInput: switch to a new input stream which is stacked on top
2230 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { function
2640 if (xmlPushInput(ctxt, input) < 0)
2671 if (xmlPushInput(ctxt, input) < 0)
8130 if (xmlPushInput(ctxt, input) < 0)
8147 if (xmlPushInput(ctxt, input) < 0)
8218 if (xmlPushInput(ctxt, input) < 0) {
12880 if (xmlPushInput(ctxt, pinput) < 0) {
13021 if (xmlPushInput(ctx
[all...]
H A Delfgcchack.h7989 #undef xmlPushInput macro
7990 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
7992 #ifndef xmlPushInput
7993 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
7994 #define xmlPushInput xmlPushInput__internal_alias macro

Completed in 409 milliseconds