Searched refs:inputPush (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 5040 inputPush(ctxt, input); in htmlCreateMemoryParserCtxt() 6245 inputPush(ctxt, inputStream); in htmlCreatePushParserCtxt() 6371 inputPush(ctxt, inputStream); in htmlCreateFileParserCtxt() 6916 inputPush(ctxt, stream); in htmlReadFd() 6963 inputPush(ctxt, stream); in htmlReadIO() 6998 inputPush(ctxt, stream); in htmlCtxtReadDoc() 7032 inputPush(ctxt, stream); in htmlCtxtReadFile() 7076 inputPush(ctxt, stream); in htmlCtxtReadMemory() 7117 inputPush(ctxt, stream); in htmlCtxtReadFd() 7165 inputPush(ctxt, stream); in htmlCtxtReadIO()
|
D | testchar.c | 566 inputPush(ctxt, input); in testCharRanges()
|
D | parser.c | 1709 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush() function 2260 ret = inputPush(ctxt, input); in xmlPushInput() 12412 inputPush(ctxt, inputStream); in xmlCreatePushParserCtxt() 12551 inputPush(ctxt, inputStream); in xmlCreateIOParserCtxt() 14019 inputPush(ctxt, inputStream); in xmlCreateEntityParserCtxtInternal() 14033 inputPush(ctxt, inputStream); in xmlCreateEntityParserCtxtInternal() 14103 inputPush(ctxt, inputStream); in xmlCreateURLParserCtxt() 14301 inputPush(ctxt, input); in xmlSetupParserForBuffer() 14401 inputPush(ctxt, input); in xmlCreateMemoryParserCtxt() 14972 inputPush(ctxt, inputStream); in xmlCtxtResetPush() [all …]
|
D | libxml2.syms | 126 inputPush;
|
D | xinclude.c | 458 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 | catalog.c | 926 inputPush(ctxt, inputStream); in xmlParseCatalogFile()
|
D | xmllint.c | 1695 inputPush(ctxt, inputStream); in testSAX()
|
D | xmlreader.c | 5235 inputPush(reader->ctxt, inputStream); in xmlTextReaderSetup()
|
D | xmlschemas.c | 28898 inputPush(pctxt, inputStream); in xmlSchemaValidateStream()
|
D | testapi.c | 15675 ret_val = inputPush(ctxt, value); in test_inputPush()
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 543 XMLPUBFUN int XMLCALL inputPush (xmlParserCtxtPtr ctxt,
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 453 d inputPush pr extproc('inputPush')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 426 inputPush
|