Home
last modified time | relevance | path

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

12

/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 */
931 xmlParserInputBufferPtr input,
1041 xmlParserInputBufferPtr input,
Dxmlschemas.h210 xmlParserInputBufferPtr input,
Dglobals.h42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI,
Dtree.h29 typedef xmlParserInputBuffer *xmlParserInputBufferPtr; typedef
/external/libxml2/
Denc.h23 int xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len);
24 int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
DxmlIO.c2422 xmlParserInputBufferPtr
2424 xmlParserInputBufferPtr ret; in xmlAllocParserInputBuffer()
2426 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()
2564 xmlFreeParserInputBuffer(xmlParserInputBufferPtr in) { in xmlFreeParserInputBuffer()
2628 xmlParserInputBufferPtr
2630 xmlParserInputBufferPtr ret; in __xmlParserInputBufferCreateFilename()
2712 xmlParserInputBufferPtr
2880 xmlParserInputBufferPtr
2882 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateFile()
2998 xmlParserInputBufferPtr
[all …]
Dxmlreader.c130 xmlParserInputBufferPtr input; /* the input */
2070 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) { in xmlNewTextReader()
2182 xmlParserInputBufferPtr input; in xmlNewTextReaderFilename()
2503 xmlParserInputBufferPtr
2505 xmlParserInputBufferPtr ret = NULL; in xmlTextReaderGetRemainder()
5098 xmlParserInputBufferPtr input, const char *URL, in xmlTextReaderSetup()
5187 xmlParserInputBufferPtr buf; in xmlTextReaderSetup()
5412 xmlParserInputBufferPtr buf; in xmlReaderForMemory()
5447 xmlParserInputBufferPtr input; in xmlReaderForFd()
5486 xmlParserInputBufferPtr input; in xmlReaderForIO()
[all …]
Dtestchar.c536 xmlParserInputBufferPtr buf; in testCharRanges()
DHTMLparser.c4933 xmlParserInputBufferPtr buf; in htmlCreateMemoryParserCtxt()
6053 xmlParserInputBufferPtr in = ctxt->input->buf; in htmlParseChunk()
6114 xmlParserInputBufferPtr buf; in htmlCreatePushParserCtxt()
6810 xmlParserInputBufferPtr input; in htmlReadFd()
6854 xmlParserInputBufferPtr input; in htmlReadIO()
6970 xmlParserInputBufferPtr input; in htmlCtxtReadMemory()
7013 xmlParserInputBufferPtr input; in htmlCtxtReadFd()
7058 xmlParserInputBufferPtr input; in htmlCtxtReadIO()
DparserInternals.c1375 xmlNewIOInputStream(xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, in xmlNewIOInputStream()
1502 xmlParserInputBufferPtr buf; in xmlNewInputFromFile()
Dparser.c12350 xmlParserInputBufferPtr in = ctxt->input->buf; in xmlParseChunk()
12480 xmlParserInputBufferPtr buf; in xmlCreatePushParserCtxt()
12620 xmlParserInputBufferPtr buf; in xmlCreateIOParserCtxt()
12686 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
14472 xmlParserInputBufferPtr buf; in xmlCreateMemoryParserCtxt()
15022 xmlParserInputBufferPtr buf; in xmlCtxtResetPush()
15402 xmlParserInputBufferPtr input; in xmlReadFd()
15446 xmlParserInputBufferPtr input; in xmlReadIO()
15562 xmlParserInputBufferPtr input; in xmlCtxtReadMemory()
15607 xmlParserInputBufferPtr input; in xmlCtxtReadFd()
[all …]
Dencoding.c2050 xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len) in xmlCharEncFirstLineInput()
2176 xmlCharEncInput(xmlParserInputBufferPtr input, int flush) in xmlCharEncInput()
Dxmllint.c1638 xmlParserInputBufferPtr buf = NULL; in testSAX()
1832 xmlParserInputBufferPtr input = NULL; in streamFile()
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle122 d ds based(xmlParserInputBufferPtr)
166 d like(xmlParserInputBufferPtr)
172 d like(xmlParserInputBufferPtr)
179 d like(xmlParserInputBufferPtr)
186 d like(xmlParserInputBufferPtr)
193 d like(xmlParserInputBufferPtr)
201 d like(xmlParserInputBufferPtr)
209 d like(xmlParserInputBufferPtr)
217 d in value like(xmlParserInputBufferPtr)
222 d in value like(xmlParserInputBufferPtr)
[all …]
Dxmlreader.rpgle128 d input value like(xmlParserInputBufferPtr)
143 d input value like(xmlParserInputBufferPtr)
310 d like(xmlParserInputBufferPtr)
Dglobals.rpgle34 * Returns the new xmlParserInputBufferPtr in case of success or NULL if no
533 d like(xmlParserInputBufferPtr)
Dxmlschemas.rpgle276 d input value like(xmlParserInputBufferPtr)
Dparser.rpgle49 d buf like(xmlParserInputBufferPtr) UTF-8 encoded buffer
994 d input value like(xmlParserInputBufferPtr)
1135 d input value like(xmlParserInputBufferPtr)
/external/libxml2/python/
Dlibxml_wrap.h160 xmlParserInputBufferPtr obj;
257 PyObject * libxml_xmlParserInputBufferPtrWrap(xmlParserInputBufferPtr buffer);
Dtypes.c756 libxml_xmlParserInputBufferPtrWrap(xmlParserInputBufferPtr buffer) in libxml_xmlParserInputBufferPtrWrap()
Dlibxml.c659 static xmlParserInputBufferPtr
662 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreatePythonFile()
683 xmlParserInputBufferPtr buffer; in libxml_xmlCreateInputBuffer()
732 xmlParserInputBufferPtr buf; in pythonExternalEntityLoader()
/external/libxml2/os400/
Drpgsupport.c152 xmlParserInputBufferPtr in THREADED_VAR()
Drpgsupport.h124 XMLPUBFUN xmlParserInputBufferPtr

12