Home
last modified time | relevance | path

Searched refs:inputPop (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h545 XMLPUBFUN xmlParserInputPtr XMLCALL inputPop (xmlParserCtxtPtr ctxt);
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle458 d inputPop pr extproc('inputPop')
/external/libxml2/
DparserInternals.c1622 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlInitParserCtxt()
1771 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlFreeParserCtxt()
Dlibxml2.syms125 inputPop;
Delfgcchack.h797 #undef inputPop
798 extern __typeof (inputPop) inputPop __attribute((alias("inputPop__internal_alias")));
800 #ifndef inputPop
801 extern __typeof (inputPop) inputPop__internal_alias __attribute((visibility("hidden")));
802 #define inputPop inputPop__internal_alias macro
Dparser.c1740 inputPop(xmlParserCtxtPtr ctxt) in inputPop() function
2225 xmlFreeInputStream(inputPop(ctxt)); in xmlPopInput()
2257 xmlFreeInputStream(inputPop(ctxt)); in xmlPushInput()
12455 xmlFreeInputStream(inputPop(ctxt)); in xmlHaltParser()
14818 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlCtxtReset()
Dtestapi.c15639 ret_val = inputPop(ctxt); in test_inputPop()
/external/libxml2/win32/
Dlibxml2.def.src425 inputPop