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;
Delfgcchack.h7999 #undef xmlPushInput
8000 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
8002 #ifndef xmlPushInput
8003 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
8004 #define xmlPushInput xmlPushInput__internal_alias macro
Dparser.c2293 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput() function
8002 if (xmlPushInput(ctxt, input) < 0) { in xmlParsePEReference()
8091 if (xmlPushInput(ctxt, input) < 0) { in xmlLoadEntityContent()
12716 if (xmlPushInput(ctxt, pinput) < 0) { in xmlIOParseDTD()
12857 if (xmlPushInput(ctxt, input) < 0) { in xmlSAXParseDTD()
DSAX2.c455 xmlPushInput(ctxt, input); in xmlSAX2ExternalSubset()
Dtestapi.c16481 ret_val = xmlPushInput(ctxt, input); in test_xmlPushInput()
/external/libxml2/win32/
Dlibxml2.def.src1415 xmlPushInput
/external/ImageMagick/coders/
Dsvg.c3441 xmlPushInput(parser,input); in SVGExternalSubset()
Dmsl.c7719 xmlPushInput(parser,input); in MSLExternalSubset()