Searched refs:xmlPopInput (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h328 xmlPopInput (xmlParserCtxtPtr ctxt);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c1514 xmlPopInput(ctxt); \
1529 xmlPopInput(ctxt); \
1541 xmlPopInput(ctxt);
1552 xmlPopInput(ctxt);
1630 xmlPopInput(ctxt);
1649 * xmlPopInput:
1652 * xmlPopInput: the current input pointed by ctxt->input came to an end
1658 xmlPopInput(xmlParserCtxtPtr ctxt) { function
1666 return(xmlPopInput(ctxt));
2955 xmlPopInput(ctx
[all...]
H A DparserInternals.c464 xmlPopInput(ctxt);
565 xmlPopInput(ctxt);
H A DSAX2.c455 xmlPopInput(ctxt);
H A Delfgcchack.h7731 #undef xmlPopInput macro
7732 extern __typeof (xmlPopInput) xmlPopInput __attribute((alias("xmlPopInput__internal_alias")));
7734 #ifndef xmlPopInput
7735 extern __typeof (xmlPopInput) xmlPopInput__internal_alias __attribute((visibility("hidden")));
7736 #define xmlPopInput xmlPopInput__internal_alias macro
H A DHTMLparser.c433 xmlPopInput(ctxt);

Completed in 209 milliseconds