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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h325 xmlPushInput (xmlParserCtxtPtr ctxt,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c1671 * xmlPushInput:
1675 * xmlPushInput: switch to a new input stream which is stacked on top
1679 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { function
2077 xmlPushInput(ctxt, input);
2090 xmlPushInput(ctxt, input);
6216 xmlPushInput(ctxt, input);
6670 xmlPushInput(ctxt, input);
6678 xmlPushInput(ctxt, input);
10806 xmlPushInput(ctxt, pinput);
10934 xmlPushInput(ctx
[all...]
H A DSAX2.c427 xmlPushInput(ctxt, input);
H A Delfgcchack.h7761 #undef xmlPushInput macro
7762 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
7764 #ifndef xmlPushInput
7765 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
7766 #define xmlPushInput xmlPushInput__internal_alias macro

Completed in 96 milliseconds