Searched refs:inputPop (Results 1 – 9 of 9) sorted by relevance
545 XMLPUBFUN xmlParserInputPtr XMLCALL inputPop (xmlParserCtxtPtr ctxt);
458 d inputPop pr extproc('inputPop')
1632 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlInitParserCtxt()1780 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlFreeParserCtxt()
125 inputPop;
797 #undef inputPop798 extern __typeof (inputPop) inputPop __attribute((alias("inputPop__internal_alias")));800 #ifndef inputPop801 extern __typeof (inputPop) inputPop__internal_alias __attribute((visibility("hidden")));802 #define inputPop inputPop__internal_alias macro
1783 inputPop(xmlParserCtxtPtr ctxt) in inputPop() function2277 xmlFreeInputStream(inputPop(ctxt)); in xmlPopInput()2309 xmlFreeInputStream(inputPop(ctxt)); in xmlPushInput()12550 xmlFreeInputStream(inputPop(ctxt)); in xmlHaltParser()14805 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlCtxtReset()
6733 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in htmlCtxtReset()
15639 ret_val = inputPop(ctxt); in test_inputPop()
425 inputPop