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.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
Dparser.c2241 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput() function
7923 if (xmlPushInput(ctxt, input) < 0) { in xmlParsePEReference()
8012 if (xmlPushInput(ctxt, input) < 0) { in xmlLoadEntityContent()
12621 if (xmlPushInput(ctxt, pinput) < 0) { in xmlIOParseDTD()
12762 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.src1414 xmlPushInput
/external/ImageMagick/coders/
Dsvg.c3162 xmlPushInput(parser,input); in SVGExternalSubset()
Dmsl.c7768 xmlPushInput(parser,input); in MSLExternalSubset()