Searched refs:XML_CHAR_ENCODING_NONE (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/include/libxml/ |
D | encoding.h | 75 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator
|
/external/libxml2/ |
D | HTMLparser.c | 4144 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 …]
|
D | encoding.c | 922 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()
|
D | parser.c | 2420 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 …]
|
D | xmlreader.c | 2152 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()
|
D | parserInternals.c | 957 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()
|
D | xmllint.c | 1647 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()
|
D | SAX2.c | 1045 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument() 1046 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
|
D | xmlsave.c | 1001 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
|
D | catalog.c | 901 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
|
D | xmlschemas.c | 28667 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile() 28670 ret = xmlSchemaValidateStream(ctxt, input, XML_CHAR_ENCODING_NONE, in xmlSchemaValidateFile()
|