Home
last modified time | relevance | path

Searched refs:XML_CHAR_ENCODING_NONE (Results 1 – 22 of 22) sorted by relevance

/third_party/libxml2/
DtestHTML.c645 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseSAXFile()
675 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseSAXFile()
739 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
DHTMLparser.c4919 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in htmlParseDocument()
4931 if (enc != XML_CHAR_ENCODING_NONE) { in htmlParseDocument()
5197 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCreateMemoryParserCtxt()
6783 ctxt->charset = XML_CHAR_ENCODING_NONE; in htmlCtxtReset()
7014 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in htmlReadFd()
7023 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadFd()
7059 XML_CHAR_ENCODING_NONE); in htmlReadIO()
7070 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadIO()
7178 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
7183 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
[all …]
Dencoding.c946 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
994 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
1168 return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1183 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1249 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingName()
1534 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingHandler()
Dparser.c7019 if (enc != XML_CHAR_ENCODING_NONE) in xmlParseExternalSubset()
8038 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParsePEReference()
10736 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseDocument()
10922 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseExtParsedEnt()
11315 if (ctxt->charset == XML_CHAR_ENCODING_NONE) { in xmlParseTryOrFinish()
12453 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
12525 ctxt->charset = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
12538 if (enc != XML_CHAR_ENCODING_NONE) { in xmlCreatePushParserCtxt()
12716 pinput = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlIOParseDTD()
12732 if (enc != XML_CHAR_ENCODING_NONE) { in xmlIOParseDTD()
[all …]
Dxmlreader.c2257 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE); in xmlNewTextReaderFilename()
5290 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlTextReaderSetup()
5517 XML_CHAR_ENCODING_NONE); in xmlReaderForMemory()
5554 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderForFd()
5594 XML_CHAR_ENCODING_NONE); in xmlReaderForIO()
5711 XML_CHAR_ENCODING_NONE); in xmlReaderNewFile()
5744 XML_CHAR_ENCODING_NONE); in xmlReaderNewMemory()
5778 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderNewFd()
5815 XML_CHAR_ENCODING_NONE); in xmlReaderNewIO()
DparserInternals.c940 case XML_CHAR_ENCODING_NONE: in xmlSwitchEncoding()
1413 if (enc != XML_CHAR_ENCODING_NONE) { in xmlNewIOInputStream()
1536 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlNewInputFromFile()
Dtestchar.c551 XML_CHAR_ENCODING_NONE); in testCharRanges()
Dxmllint.c1651 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in testSAX()
1702 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE); in testSAX()
2221 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
DSAX2.c1047 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument()
1048 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
Dxmlsave.c1180 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
Dcatalog.c910 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
Druntest.c1894 XML_CHAR_ENCODING_NONE); in pushParseTest()
Dtestapi.c482 if (no == 0) return(xmlParserInputBufferCreateFilename("missing.xml", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
483 if (no == 1) return(xmlParserInputBufferCreateFilename("<foo/>", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
484 if (no == 2) return(xmlParserInputBufferCreateFilename("test/ent2", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
485 …urn(xmlParserInputBufferCreateFilename("test/valid/REC-xml-19980210.xml", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
486 …n(xmlParserInputBufferCreateFilename("test/valid/dtds/xhtml1-strict.dtd", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
487 if (no == 5) return(xmlParserInputBufferCreateFilename(REMOTE1GOOD, XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
488 if (no == 6) return(xmlParserInputBufferCreateFilename(REMOTE1BAD, XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
698 if (no == 1) return(XML_CHAR_ENCODING_NONE); in gen_xmlCharEncoding()
Dxmlschemas.c29159 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile()
29162 ret = xmlSchemaValidateStream(ctxt, input, XML_CHAR_ENCODING_NONE, in xmlSchemaValidateFile()
/third_party/libxml2/fuzz/
Dhtml.c61 XML_CHAR_ENCODING_NONE); in LLVMFuzzerTestOneInput()
Dfuzz.c276 XML_CHAR_ENCODING_NONE); in xmlFuzzEntityLoader()
/third_party/libxml2/include/libxml/
Dencoding.h60 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator
/third_party/nghttp2/src/
DHtmlParser.cc186 base_uri_.c_str(), XML_CHAR_ENCODING_NONE); in parse_chunk()
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc131 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in Initialize()
/third_party/libxml2/python/
Dlibxml.c683 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in libxml_xmlCreateInputBuffer()
735 buf = xmlAllocParserInputBuffer(XML_CHAR_ENCODING_NONE); in pythonExternalEntityLoader()
741 XML_CHAR_ENCODING_NONE); in pythonExternalEntityLoader()
1510 XML_CHAR_ENCODING_NONE); in libxml_htmlCreatePushParser()
/third_party/libxml2/os400/libxmlrpg/
Dencoding.rpgle51 d XML_CHAR_ENCODING_NONE... No encoding detected
/third_party/chromium/patch/
D0001-cve.patch126814 - chars, res, filename, XML_CHAR_ENCODING_NONE);
126844 - chars, res, filename, XML_CHAR_ENCODING_NONE);
126908 - chars, res, filename, XML_CHAR_ENCODING_NONE);
132492 XML_CHAR_ENCODING_NONE);