Home
last modified time | relevance | path

Searched refs:xmlParserInputBufferPtr (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h166 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 …]
Dxmlreader.h112 xmlNewTextReader (xmlParserInputBufferPtr input,
122 xmlParserInputBufferPtr input, const char *URL,
220 XMLPUBFUN xmlParserInputBufferPtr XMLCALL
Dparser.h56 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */
920 xmlParserInputBufferPtr input,
1030 xmlParserInputBufferPtr input,
Dxmlschemas.h189 xmlParserInputBufferPtr input,
Dglobals.h42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlChar…
Dtree.h28 typedef xmlParserInputBuffer *xmlParserInputBufferPtr; typedef
/external/libxml2/
DxmlIO.c2226 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 …]
Dxmlreader.c124 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 …]
DHTMLparser.c4407 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()
DparserInternals.c1326 xmlNewIOInputStream(xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, in xmlNewIOInputStream()
1454 xmlParserInputBufferPtr buf; in xmlNewInputFromFile()
Dparser.c11459 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 …]
Dxmllint.c1627 xmlParserInputBufferPtr buf = NULL; in testSAX()
1811 xmlParserInputBufferPtr input = NULL; in streamFile()
Dxinclude.c1786 xmlParserInputBufferPtr buf; in xmlXIncludeLoadTxt()
Dcatalog.c889 xmlParserInputBufferPtr buf; in xmlParseCatalogFile()
Dxmlschemas.c973 xmlParserInputBufferPtr input;
28572 xmlParserInputBufferPtr input, xmlCharEncoding enc, in xmlSchemaValidateStream()
28661 xmlParserInputBufferPtr input; in xmlSchemaValidateFile()