Searched refs:inputPush (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 4433 inputPush(ctxt, input); in htmlCreateMemoryParserCtxt() 5485 inputPush(ctxt, inputStream); in htmlCreatePushParserCtxt() 5613 inputPush(ctxt, inputStream); in htmlCreateFileParserCtxt() 6136 inputPush(ctxt, stream); in htmlReadFd() 6180 inputPush(ctxt, stream); in htmlReadIO() 6214 inputPush(ctxt, stream); in htmlCtxtReadDoc() 6247 inputPush(ctxt, stream); in htmlCtxtReadFile() 6290 inputPush(ctxt, stream); in htmlCtxtReadMemory() 6330 inputPush(ctxt, stream); in htmlCtxtReadFd() 6374 inputPush(ctxt, stream); in htmlCtxtReadIO()
|
D | parser.c | 1481 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush() function 1998 ret = inputPush(ctxt, input); in xmlPushInput() 11618 inputPush(ctxt, inputStream); in xmlCreatePushParserCtxt() 11725 inputPush(ctxt, inputStream); in xmlCreateIOParserCtxt() 12075 inputPush(ctxt, inputStream); in xmlParseCtxtExternalEntity() 13144 inputPush(ctxt, inputStream); in xmlCreateEntityParserCtxt() 13158 inputPush(ctxt, inputStream); in xmlCreateEntityParserCtxt() 13209 inputPush(ctxt, inputStream); in xmlCreateURLParserCtxt() 13407 inputPush(ctxt, input); in xmlSetupParserForBuffer() 13509 inputPush(ctxt, input); in xmlCreateMemoryParserCtxt() [all …]
|
D | xinclude.c | 456 inputPush(pctxt, inputStream); in xmlXIncludeParseFile()
|
D | elfgcchack.h | 807 #undef inputPush 808 extern __typeof (inputPush) inputPush __attribute((alias("inputPush__internal_alias"))); 810 #ifndef inputPush 811 extern __typeof (inputPush) inputPush__internal_alias __attribute((visibility("hidden"))); 812 #define inputPush inputPush__internal_alias macro
|
D | xmllint.c | 1697 inputPush(ctxt, inputStream); in testSAX()
|
D | catalog.c | 920 inputPush(ctxt, inputStream); in xmlParseCatalogFile()
|
D | xmlreader.c | 5009 inputPush(reader->ctxt, inputStream); in xmlTextReaderSetup()
|
D | xmlschemas.c | 28604 inputPush(pctxt, inputStream); in xmlSchemaValidateStream()
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 510 XMLPUBFUN int XMLCALL inputPush (xmlParserCtxtPtr ctxt,
|