Home
last modified time | relevance | path

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

12

/third_party/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 */
933 xmlParserInputBufferPtr input,
1043 xmlParserInputBufferPtr input,
Dxmlschemas.h210 xmlParserInputBufferPtr input,
Dglobals.h41 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI,
Dtree.h29 typedef xmlParserInputBuffer *xmlParserInputBufferPtr; typedef
/third_party/libxml2/os400/libxmlrpg/
DxmlIO.rpgle123 d ds based(xmlParserInputBufferPtr)
168 d like(xmlParserInputBufferPtr)
174 d like(xmlParserInputBufferPtr)
181 d like(xmlParserInputBufferPtr)
188 d like(xmlParserInputBufferPtr)
195 d like(xmlParserInputBufferPtr)
203 d like(xmlParserInputBufferPtr)
211 d like(xmlParserInputBufferPtr)
220 d in value like(xmlParserInputBufferPtr)
226 d in value like(xmlParserInputBufferPtr)
[all …]
Dxmlreader.rpgle133 d input value like(xmlParserInputBufferPtr)
149 d input value like(xmlParserInputBufferPtr)
329 d like(xmlParserInputBufferPtr)
Dglobals.rpgle35 * Returns the new xmlParserInputBufferPtr in case of success or NULL if no
557 d like(xmlParserInputBufferPtr)
Dxmlschemas.rpgle287 d input value like(xmlParserInputBufferPtr)
Dparser.rpgle50 d buf like(xmlParserInputBufferPtr) UTF-8 encoded buffer
1007 d input value like(xmlParserInputBufferPtr)
1157 d input value like(xmlParserInputBufferPtr)
/third_party/libxml2/
Denc.h23 int xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len);
24 int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
DxmlIO.c2350 xmlParserInputBufferPtr
2352 xmlParserInputBufferPtr ret; in xmlAllocParserInputBuffer()
2354 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()
2494 xmlFreeParserInputBuffer(xmlParserInputBufferPtr in) { in xmlFreeParserInputBuffer()
2558 xmlParserInputBufferPtr
2560 xmlParserInputBufferPtr ret; in __xmlParserInputBufferCreateFilename()
2642 xmlParserInputBufferPtr
2812 xmlParserInputBufferPtr
2814 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateFile()
2928 xmlParserInputBufferPtr
[all …]
Dxmlreader.c137 xmlParserInputBufferPtr input; /* the input */
2137 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) { in xmlNewTextReader()
2252 xmlParserInputBufferPtr input; in xmlNewTextReaderFilename()
2579 xmlParserInputBufferPtr
2581 xmlParserInputBufferPtr ret = NULL; in xmlTextReaderGetRemainder()
5196 xmlParserInputBufferPtr input, const char *URL, in xmlTextReaderSetup()
5288 xmlParserInputBufferPtr buf; in xmlTextReaderSetup()
5513 xmlParserInputBufferPtr buf; in xmlReaderForMemory()
5548 xmlParserInputBufferPtr input; in xmlReaderForFd()
5587 xmlParserInputBufferPtr input; in xmlReaderForIO()
[all …]
Dtestchar.c536 xmlParserInputBufferPtr buf; in testCharRanges()
DHTMLparser.c5186 xmlParserInputBufferPtr buf; in htmlCreateMemoryParserCtxt()
6248 xmlParserInputBufferPtr in = ctxt->input->buf; in htmlParseChunk()
6309 xmlParserInputBufferPtr buf; in htmlCreatePushParserCtxt()
7007 xmlParserInputBufferPtr input; in htmlReadFd()
7051 xmlParserInputBufferPtr input; in htmlReadIO()
7167 xmlParserInputBufferPtr input; in htmlCtxtReadMemory()
7210 xmlParserInputBufferPtr input; in htmlCtxtReadFd()
7255 xmlParserInputBufferPtr input; in htmlCtxtReadIO()
DparserInternals.c1398 xmlNewIOInputStream(xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, in xmlNewIOInputStream()
1527 xmlParserInputBufferPtr buf; in xmlNewInputFromFile()
Dparser.c12321 xmlParserInputBufferPtr in = ctxt->input->buf; in xmlParseChunk()
12452 xmlParserInputBufferPtr buf; in xmlCreatePushParserCtxt()
12615 xmlParserInputBufferPtr buf; in xmlCreateIOParserCtxt()
12682 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
14347 xmlParserInputBufferPtr buf; in xmlCreateMemoryParserCtxt()
14915 xmlParserInputBufferPtr buf; in xmlCtxtResetPush()
15285 xmlParserInputBufferPtr input; in xmlReadFd()
15329 xmlParserInputBufferPtr input; in xmlReadIO()
15445 xmlParserInputBufferPtr input; in xmlCtxtReadMemory()
15490 xmlParserInputBufferPtr input; in xmlCtxtReadFd()
[all …]
Dencoding.c2157 xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len) in xmlCharEncFirstLineInput()
2264 xmlCharEncInput(xmlParserInputBufferPtr input, int flush) in xmlCharEncInput()
/third_party/libxml2/python/
Dlibxml_wrap.h160 xmlParserInputBufferPtr obj;
257 PyObject * libxml_xmlParserInputBufferPtrWrap(xmlParserInputBufferPtr buffer);
Dlibxml.c660 static xmlParserInputBufferPtr
663 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreatePythonFile()
684 xmlParserInputBufferPtr buffer; in libxml_xmlCreateInputBuffer()
733 xmlParserInputBufferPtr buf; in pythonExternalEntityLoader()
Dtypes.c878 libxml_xmlParserInputBufferPtrWrap(xmlParserInputBufferPtr buffer) in libxml_xmlParserInputBufferPtrWrap()
/third_party/libxml2/os400/
Drpgsupport.c152 xmlParserInputBufferPtr in THREADED_VAR()
Drpgsupport.h124 XMLPUBFUN xmlParserInputBufferPtr
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc150 xmlParserInputBufferPtr input_buffer = xmlAllocParserInputBuffer(enc); in Initialize()

12