Home
last modified time | relevance | path

Searched refs:inputPush (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/
DHTMLparser.c4433 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()
Dparser.c1481 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 …]
Dxinclude.c456 inputPush(pctxt, inputStream); in xmlXIncludeParseFile()
Delfgcchack.h807 #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
Dxmllint.c1697 inputPush(ctxt, inputStream); in testSAX()
Dcatalog.c920 inputPush(ctxt, inputStream); in xmlParseCatalogFile()
Dxmlreader.c5009 inputPush(reader->ctxt, inputStream); in xmlTextReaderSetup()
Dxmlschemas.c28604 inputPush(pctxt, inputStream); in xmlSchemaValidateStream()
/external/libxml2/include/libxml/
DparserInternals.h510 XMLPUBFUN int XMLCALL inputPush (xmlParserCtxtPtr ctxt,