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

/external/libxml2/
H A Dparser.c2202 * xmlPushInput:
2206 * xmlPushInput: switch to a new input stream which is stacked on top
2211 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { function
2621 if (xmlPushInput(ctxt, input) < 0)
2652 if (xmlPushInput(ctxt, input) < 0)
8052 if (xmlPushInput(ctxt, input) < 0)
8061 if (xmlPushInput(ctxt, input) < 0)
8132 if (xmlPushInput(ctxt, input) < 0) {
12731 if (xmlPushInput(ctxt, pinput) < 0) {
12872 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 160 milliseconds