Searched refs:xmlParserInputBufferPtr (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlIO.h | 166 XMLPUBFUN xmlParserInputBufferPtr XMLCALL 169 XMLPUBFUN xmlParserInputBufferPtr XMLCALL 172 XMLPUBFUN xmlParserInputBufferPtr XMLCALL 175 XMLPUBFUN xmlParserInputBufferPtr XMLCALL 178 XMLPUBFUN xmlParserInputBufferPtr XMLCALL 181 XMLPUBFUN xmlParserInputBufferPtr XMLCALL 184 XMLPUBFUN xmlParserInputBufferPtr XMLCALL 190 xmlParserInputBufferRead (xmlParserInputBufferPtr in, 193 xmlParserInputBufferGrow (xmlParserInputBufferPtr in, 196 xmlParserInputBufferPush (xmlParserInputBufferPtr in, [all …]
|
D | xmlreader.h | 112 xmlNewTextReader (xmlParserInputBufferPtr input, 122 xmlParserInputBufferPtr input, const char *URL, 220 XMLPUBFUN xmlParserInputBufferPtr XMLCALL
|
D | parser.h | 56 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */ 920 xmlParserInputBufferPtr input, 1030 xmlParserInputBufferPtr input,
|
D | xmlschemas.h | 189 xmlParserInputBufferPtr input,
|
D | globals.h | 42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlChar…
|
D | tree.h | 28 typedef xmlParserInputBuffer *xmlParserInputBufferPtr; typedef
|
/external/libxml2/ |
D | xmlIO.c | 2226 xmlParserInputBufferPtr 2228 xmlParserInputBufferPtr ret; in xmlAllocParserInputBuffer() 2230 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer() 2367 xmlFreeParserInputBuffer(xmlParserInputBufferPtr in) { in xmlFreeParserInputBuffer() 2431 xmlParserInputBufferPtr 2433 xmlParserInputBufferPtr ret; in __xmlParserInputBufferCreateFilename() 2505 xmlParserInputBufferPtr 2673 xmlParserInputBufferPtr 2675 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateFile() 2758 xmlParserInputBufferPtr [all …]
|
D | xmlreader.c | 124 xmlParserInputBufferPtr input; /* the input */ 2037 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) { in xmlNewTextReader() 2148 xmlParserInputBufferPtr input; in xmlNewTextReaderFilename() 2468 xmlParserInputBufferPtr 2470 xmlParserInputBufferPtr ret = NULL; in xmlTextReaderGetRemainder() 4898 xmlParserInputBufferPtr input, const char *URL, in xmlTextReaderSetup() 4986 xmlParserInputBufferPtr buf; in xmlTextReaderSetup() 5214 xmlParserInputBufferPtr buf; in xmlReaderForMemory() 5249 xmlParserInputBufferPtr input; in xmlReaderForFd() 5288 xmlParserInputBufferPtr input; in xmlReaderForIO() [all …]
|
D | HTMLparser.c | 4407 xmlParserInputBufferPtr buf; in htmlCreateMemoryParserCtxt() 5376 xmlParserInputBufferPtr in = ctxt->input->buf; in htmlParseChunk() 5434 xmlParserInputBufferPtr buf; in htmlCreatePushParserCtxt() 6115 xmlParserInputBufferPtr input; in htmlReadFd() 6158 xmlParserInputBufferPtr input; in htmlReadIO() 6269 xmlParserInputBufferPtr input; in htmlCtxtReadMemory() 6311 xmlParserInputBufferPtr input; in htmlCtxtReadFd() 6355 xmlParserInputBufferPtr input; in htmlCtxtReadIO()
|
D | parserInternals.c | 1326 xmlNewIOInputStream(xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, in xmlNewIOInputStream() 1454 xmlParserInputBufferPtr buf; in xmlNewInputFromFile()
|
D | parser.c | 11459 xmlParserInputBufferPtr in = ctxt->input->buf; in xmlParseChunk() 11542 xmlParserInputBufferPtr buf; in xmlCreatePushParserCtxt() 11688 xmlParserInputBufferPtr buf; in xmlCreateIOParserCtxt() 11750 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD() 13478 xmlParserInputBufferPtr buf; in xmlCreateMemoryParserCtxt() 14016 xmlParserInputBufferPtr buf; in xmlCtxtResetPush() 14390 xmlParserInputBufferPtr input; in xmlReadFd() 14433 xmlParserInputBufferPtr input; in xmlReadIO() 14543 xmlParserInputBufferPtr input; in xmlCtxtReadMemory() 14587 xmlParserInputBufferPtr input; in xmlCtxtReadFd() [all …]
|
D | xmllint.c | 1627 xmlParserInputBufferPtr buf = NULL; in testSAX() 1811 xmlParserInputBufferPtr input = NULL; in streamFile()
|
D | xinclude.c | 1786 xmlParserInputBufferPtr buf; in xmlXIncludeLoadTxt()
|
D | catalog.c | 889 xmlParserInputBufferPtr buf; in xmlParseCatalogFile()
|
D | xmlschemas.c | 973 xmlParserInputBufferPtr input; 28572 xmlParserInputBufferPtr input, xmlCharEncoding enc, in xmlSchemaValidateStream() 28661 xmlParserInputBufferPtr input; in xmlSchemaValidateFile()
|