Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h367 xmlPushInput (xmlParserCtxtPtr ctxt,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle155 d xmlPushInput pr 10i 0 extproc('xmlPushInput')
/external/libxml2/
Dlibxml2.syms221 xmlPushInput;
Dparser.c2222 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput() function
2632 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
2663 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
8095 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
8104 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
8175 if (xmlPushInput(ctxt, input) < 0) { in xmlLoadEntityContent()
12823 if (xmlPushInput(ctxt, pinput) < 0) { in xmlIOParseDTD()
12964 if (xmlPushInput(ctxt, input) < 0) { in xmlSAXParseDTD()
Delfgcchack.h7989 #undef xmlPushInput
7990 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
7992 #ifndef xmlPushInput
7993 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
7994 #define xmlPushInput xmlPushInput__internal_alias macro
DSAX2.c454 xmlPushInput(ctxt, input); in xmlSAX2ExternalSubset()
Dtestapi.c16379 ret_val = xmlPushInput(ctxt, input); in test_xmlPushInput()
/external/libxml2/win32/
Dlibxml2.def.src1414 xmlPushInput
/external/ImageMagick/coders/
Dsvg.c2753 xmlPushInput(parser,input); in SVGExternalSubset()
Dmsl.c7670 xmlPushInput(parser,input); in MSLExternalSubset()