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.rpgle442 d inputPop pr extproc('inputPop')
/external/libxml2/
DparserInternals.c1618 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlInitParserCtxt()
1767 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.c1728 inputPop(xmlParserCtxtPtr ctxt) in inputPop() function
2205 xmlFreeInputStream(inputPop(ctxt)); in xmlPopInput()
15017 while ((input = inputPop(ctxt)) != NULL) { /* Non consuming */ in xmlCtxtReset()
Dtestapi.c15540 ret_val = inputPop(ctxt); in test_inputPop()
/external/libxml2/win32/
Dlibxml2.def.src425 inputPop