Home
last modified time | relevance | path

Searched refs:xmlPushInput (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
DparserInternals.h334 xmlPushInput (xmlParserCtxtPtr ctxt,
/external/libxml2/include/libxml/
DparserInternals.h334 xmlPushInput (xmlParserCtxtPtr ctxt,
/external/libxml2/
Dparser.c2134 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput() function
2535 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
2549 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
7699 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
7708 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
7779 if (xmlPushInput(ctxt, input) < 0) { in xmlLoadEntityContent()
12089 if (xmlPushInput(ctxt, pinput) < 0) { in xmlIOParseDTD()
12227 if (xmlPushInput(ctxt, input) < 0) { in xmlSAXParseDTD()
Delfgcchack.h7863 #undef xmlPushInput
7864 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
7866 #ifndef xmlPushInput
7867 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
7868 #define xmlPushInput xmlPushInput__internal_alias macro
DSAX2.c433 xmlPushInput(ctxt, input); in xmlSAX2ExternalSubset()
/external/chromium_org/third_party/libxml/src/
Dparser.c2003 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput() function
2412 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
2426 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
7645 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
7654 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
7725 if (xmlPushInput(ctxt, input) < 0) { in xmlLoadEntityContent()
12097 if (xmlPushInput(ctxt, pinput) < 0) { in xmlIOParseDTD()
12235 if (xmlPushInput(ctxt, input) < 0) { in xmlSAXParseDTD()
Delfgcchack.h7863 #undef xmlPushInput
7864 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
7866 #ifndef xmlPushInput
7867 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
7868 #define xmlPushInput xmlPushInput__internal_alias macro
DSAX2.c433 xmlPushInput(ctxt, input); in xmlSAX2ExternalSubset()
Dtestapi.c16383 ret_val = xmlPushInput(ctxt, input); in test_xmlPushInput()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1402 xmlPushInput