Home
last modified time | relevance | path

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

/external/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.c4666 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in htmlParseDocument()
4678 if (enc != XML_CHAR_ENCODING_NONE) { in htmlParseDocument()
4944 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCreateMemoryParserCtxt()
6588 ctxt->charset = XML_CHAR_ENCODING_NONE; in htmlCtxtReset()
6818 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in htmlReadFd()
6826 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadFd()
6862 XML_CHAR_ENCODING_NONE); in htmlReadIO()
6873 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadIO()
6981 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
6986 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
[all …]
Dencoding.c926 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
974 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
1148 return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1163 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1229 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingName()
1505 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingHandler()
Dparser.c2673 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParserHandlePEReference()
7076 if (enc != XML_CHAR_ENCODING_NONE) in xmlParseExternalSubset()
10748 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseDocument()
10933 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseExtParsedEnt()
11332 if (ctxt->charset == XML_CHAR_ENCODING_NONE) { in xmlParseTryOrFinish()
12481 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
12560 ctxt->charset = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
12573 if (enc != XML_CHAR_ENCODING_NONE) { in xmlCreatePushParserCtxt()
12720 pinput = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlIOParseDTD()
12736 if (enc != XML_CHAR_ENCODING_NONE) { in xmlIOParseDTD()
[all …]
Dxmlreader.c2186 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE); in xmlNewTextReaderFilename()
5188 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlTextReaderSetup()
5415 XML_CHAR_ENCODING_NONE); in xmlReaderForMemory()
5452 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderForFd()
5492 XML_CHAR_ENCODING_NONE); in xmlReaderForIO()
5609 XML_CHAR_ENCODING_NONE); in xmlReaderNewFile()
5642 XML_CHAR_ENCODING_NONE); in xmlReaderNewMemory()
5676 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderNewFd()
5713 XML_CHAR_ENCODING_NONE); in xmlReaderNewIO()
Dtestchar.c551 XML_CHAR_ENCODING_NONE); in testCharRanges()
DparserInternals.c947 case XML_CHAR_ENCODING_NONE: in xmlSwitchEncoding()
1390 if (enc != XML_CHAR_ENCODING_NONE) { in xmlNewIOInputStream()
1511 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlNewInputFromFile()
Dxmllint.c1658 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in testSAX()
1704 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE); in testSAX()
2210 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
DSAX2.c1075 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument()
1076 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
Dxmlsave.c1169 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
Dcatalog.c905 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
Druntest.c1824 XML_CHAR_ENCODING_NONE); in pushParseTest()
Dtestapi.c480 if (no == 0) return(xmlParserInputBufferCreateFilename("missing.xml", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
481 if (no == 1) return(xmlParserInputBufferCreateFilename("<foo/>", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
482 if (no == 2) return(xmlParserInputBufferCreateFilename("test/ent2", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
483 …urn(xmlParserInputBufferCreateFilename("test/valid/REC-xml-19980210.xml", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
484 …n(xmlParserInputBufferCreateFilename("test/valid/dtds/xhtml1-strict.dtd", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
485 if (no == 5) return(xmlParserInputBufferCreateFilename(REMOTE1GOOD, XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
486 if (no == 6) return(xmlParserInputBufferCreateFilename(REMOTE1BAD, XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr()
696 if (no == 1) return(XML_CHAR_ENCODING_NONE); in gen_xmlCharEncoding()
Dxmlschemas.c28880 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile()
28883 ret = xmlSchemaValidateStream(ctxt, input, XML_CHAR_ENCODING_NONE, in xmlSchemaValidateFile()
/external/libxml2/include/libxml/
Dencoding.h60 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle49 d XML_CHAR_ENCODING_NONE... No encoding detected
/external/libxml2/python/
Dlibxml.c682 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in libxml_xmlCreateInputBuffer()
734 buf = xmlAllocParserInputBuffer(XML_CHAR_ENCODING_NONE); in pythonExternalEntityLoader()
740 XML_CHAR_ENCODING_NONE); in pythonExternalEntityLoader()
1509 XML_CHAR_ENCODING_NONE); in libxml_htmlCreatePushParser()