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.rpgle161 d xmlPushInput pr extproc('xmlPushInput')
/external/libxml2/
Dlibxml2.syms221 xmlPushInput;
Dparser.c2230 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput() function
2640 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
2671 if (xmlPushInput(ctxt, input) < 0) in xmlParserHandlePEReference()
8130 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
8147 if (xmlPushInput(ctxt, input) < 0) in xmlParsePEReference()
8218 if (xmlPushInput(ctxt, input) < 0) { in xmlLoadEntityContent()
12880 if (xmlPushInput(ctxt, pinput) < 0) { in xmlIOParseDTD()
13021 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()