Searched refs:newEncoding (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c3801 const ENCODING *newEncoding = NULL; local
3808 &version, &versionend, &encodingName, &newEncoding, &standalone)) {
3843 if (newEncoding) {
3849 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar
3850 || (newEncoding->minBytesPerChar == 2
3851 && newEncoding != parser->m_encoding)) {
3855 parser->m_encoding = newEncoding;

Completed in 125 milliseconds