Searched refs:xmlNewIOInputStream (Results 1 – 13 of 13) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | parser.h | 1042 xmlNewIOInputStream (xmlParserCtxtPtr ctxt,
|
| /third_party/libxml2/ |
| D | HTMLparser.c | 7023 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadFd() 7070 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadIO() 7183 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory() 7225 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadFd() 7273 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadIO()
|
| D | libxml2.syms | 744 xmlNewIOInputStream;
|
| D | parserInternals.c | 1398 xmlNewIOInputStream(xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, in xmlNewIOInputStream() function
|
| D | parser.c | 12652 inputStream = xmlNewIOInputStream(ctxt, buf, enc); in xmlCreateIOParserCtxt() 12716 pinput = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlIOParseDTD() 15301 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlReadFd() 15348 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlReadIO() 15461 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlCtxtReadMemory() 15506 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlCtxtReadFd() 15554 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlCtxtReadIO()
|
| D | elfgcchack.h | 6237 #undef xmlNewIOInputStream 6238 extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream __attribute((alias("xmlNewIOInputStream__… 6240 #ifndef xmlNewIOInputStream 6241 extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream__internal_alias __attribute((visibility("… 6242 #define xmlNewIOInputStream xmlNewIOInputStream__internal_alias macro
|
| D | xmllint.c | 1702 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE); in testSAX()
|
| D | xmlschemas.c | 29091 inputStream = xmlNewIOInputStream(pctxt, input, enc);; in xmlSchemaValidateStream()
|
| D | testapi.c | 13550 ret_val = xmlNewIOInputStream(ctxt, input, enc); in test_xmlNewIOInputStream()
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | parser.rpgle | 1153 d xmlNewIOInputStream... 1154 d pr extproc('xmlNewIOInputStream')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1248 xmlNewIOInputStream
|
| /third_party/libxml2/python/ |
| D | libxml.c | 740 result = xmlNewIOInputStream(ctxt, buf, in pythonExternalEntityLoader()
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 93142 - xmlNewIOInputStream, xmlParserInputBufferCreateIO, 107222 -#undef xmlNewIOInputStream 107223 -extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream __attribute((alias("xmlNewIOInputStream_… 107225 -#ifndef xmlNewIOInputStream 107226 -extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream__internal_alias __attribute((visibility(… 107227 -#define xmlNewIOInputStream xmlNewIOInputStream__internal_alias
|