Searched refs:xmlPushInput (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h334 xmlPushInput (xmlParserCtxtPtr ctxt,
/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 DSAX2.c428 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
H A Dtestapi.c16308 xmlPushInput(ctxt, input);
16314 printf("Leak of %d blocks found in xmlPushInput",
[all...]

Completed in 241 milliseconds