Home
last modified time | relevance | path

Searched refs:ucs_type (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/fileinfo/libmagic/
H A Dencoding.c75 int rv = 1, ucs_type; in file_encoding() local
120 } else if ((ucs_type = looks_ucs32(buf, nbytes, *ubuf, ulen)) != 0) { in file_encoding()
121 if (ucs_type == 1) { in file_encoding()
129 } else if ((ucs_type = looks_ucs16(buf, nbytes, *ubuf, ulen)) != 0) { in file_encoding()
130 if (ucs_type == 1) { in file_encoding()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1555 int rv = 1, ucs_type;

Completed in 11 milliseconds