Home
last modified time | relevance | path

Searched refs:XML_CHAR_ENCODING_NONE (Results 1 – 18 of 18) 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.c4748 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in htmlParseDocument()
4760 if (enc != XML_CHAR_ENCODING_NONE) { in htmlParseDocument()
5027 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCreateMemoryParserCtxt()
6672 ctxt->charset = XML_CHAR_ENCODING_NONE; in htmlCtxtReset()
6902 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in htmlReadFd()
6910 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadFd()
6946 XML_CHAR_ENCODING_NONE); in htmlReadIO()
6957 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadIO()
7065 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
7070 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
[all …]
Dencoding.c935 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
983 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
1157 return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1172 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1238 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingName()
1514 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingHandler()
Dparser.c6931 if (enc != XML_CHAR_ENCODING_NONE) in xmlParseExternalSubset()
7947 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParsePEReference()
10615 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseDocument()
10802 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseExtParsedEnt()
11195 if (ctxt->charset == XML_CHAR_ENCODING_NONE) { in xmlParseTryOrFinish()
12341 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
12420 ctxt->charset = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
12433 if (enc != XML_CHAR_ENCODING_NONE) { in xmlCreatePushParserCtxt()
12610 pinput = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlIOParseDTD()
12626 if (enc != XML_CHAR_ENCODING_NONE) { in xmlIOParseDTD()
[all …]
Dxmlreader.c2193 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE); in xmlNewTextReaderFilename()
5216 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlTextReaderSetup()
5443 XML_CHAR_ENCODING_NONE); in xmlReaderForMemory()
5480 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderForFd()
5520 XML_CHAR_ENCODING_NONE); in xmlReaderForIO()
5637 XML_CHAR_ENCODING_NONE); in xmlReaderNewFile()
5670 XML_CHAR_ENCODING_NONE); in xmlReaderNewMemory()
5704 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderNewFd()
5741 XML_CHAR_ENCODING_NONE); in xmlReaderNewIO()
Dtestchar.c551 XML_CHAR_ENCODING_NONE); in testCharRanges()
DparserInternals.c945 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()
Dxmllint.c1644 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in testSAX()
1690 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE); in testSAX()
2203 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
DSAX2.c1076 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument()
1077 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
Dxmlsave.c1166 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
Dcatalog.c910 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
Druntest.c1891 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.c28961 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile()
28964 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/curl/docs/examples/
Dhtmltitle.cpp245 XML_CHAR_ENCODING_NONE); in parseHtml()
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle51 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()