Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h75 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator
/external/libxml2/
DHTMLparser.c4144 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in htmlParseDocument()
4156 if (enc != XML_CHAR_ENCODING_NONE) { in htmlParseDocument()
4418 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCreateMemoryParserCtxt()
5909 ctxt->charset = XML_CHAR_ENCODING_NONE; in htmlCtxtReset()
6122 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in htmlReadFd()
6130 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadFd()
6166 XML_CHAR_ENCODING_NONE); in htmlReadIO()
6174 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadIO()
6279 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
6284 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory()
[all …]
Dencoding.c922 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
970 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding()
1144 return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1159 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding()
1225 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingName()
1500 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingHandler()
Dparser.c2420 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParserHandlePEReference()
6527 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in xmlParseExternalSubset()
6537 if (enc != XML_CHAR_ENCODING_NONE) in xmlParseExternalSubset()
10018 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in xmlParseDocument()
10030 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseDocument()
10200 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseExtParsedEnt()
10595 if (ctxt->charset == XML_CHAR_ENCODING_NONE) { in xmlParseTryOrFinish()
11543 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
11626 ctxt->charset = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt()
11642 if (enc != XML_CHAR_ENCODING_NONE) { in xmlCreatePushParserCtxt()
[all …]
Dxmlreader.c2152 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE); in xmlNewTextReaderFilename()
4987 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlTextReaderSetup()
5217 XML_CHAR_ENCODING_NONE); in xmlReaderForMemory()
5254 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderForFd()
5294 XML_CHAR_ENCODING_NONE); in xmlReaderForIO()
5408 XML_CHAR_ENCODING_NONE); in xmlReaderNewFile()
5441 XML_CHAR_ENCODING_NONE); in xmlReaderNewMemory()
5475 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderNewFd()
5512 XML_CHAR_ENCODING_NONE); in xmlReaderNewIO()
DparserInternals.c957 case XML_CHAR_ENCODING_NONE: in xmlSwitchEncoding()
1342 if (enc != XML_CHAR_ENCODING_NONE) { in xmlNewIOInputStream()
1463 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlNewInputFromFile()
Dxmllint.c1647 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in testSAX()
1692 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE); in testSAX()
2090 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
DSAX2.c1045 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument()
1046 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
Dxmlsave.c1001 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
Dcatalog.c901 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
Dxmlschemas.c28667 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile()
28670 ret = xmlSchemaValidateStream(ctxt, input, XML_CHAR_ENCODING_NONE, in xmlSchemaValidateFile()