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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c1825 * xmlPushInput:
1829 * xmlPushInput: switch to a new input stream which is stacked on top
1833 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { function
2231 xmlPushInput(ctxt, input);
2244 xmlPushInput(ctxt, input);
7012 xmlPushInput(ctxt, input);
7020 xmlPushInput(ctxt, input);
11194 xmlPushInput(ctxt, pinput);
11323 xmlPushInput(ctxt, input);
H A Delfgcchack.h7783 #undef xmlPushInput macro
7784 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
7786 #ifndef xmlPushInput
7787 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
7788 #define xmlPushInput xmlPushInput__internal_alias macro

Completed in 343 milliseconds