Searched refs:xmlPushInput (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 367 xmlPushInput (xmlParserCtxtPtr ctxt,
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 155 d xmlPushInput pr 10i 0 extproc('xmlPushInput')
|
/external/libxml2/ |
D | libxml2.syms | 221 xmlPushInput;
|
D | parser.c | 2222 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()
|
D | elfgcchack.h | 7989 #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
|
D | SAX2.c | 454 xmlPushInput(ctxt, input); in xmlSAX2ExternalSubset()
|
D | testapi.c | 16379 ret_val = xmlPushInput(ctxt, input); in test_xmlPushInput()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1414 xmlPushInput
|
/external/ImageMagick/coders/ |
D | svg.c | 2753 xmlPushInput(parser,input); in SVGExternalSubset()
|
D | msl.c | 7670 xmlPushInput(parser,input); in MSLExternalSubset()
|