Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c76 int rv = 1, ucs_type; in file_encoding() local
121 } else if ((ucs_type = looks_ucs32(buf, nbytes, *ubuf, ulen)) != 0) { in file_encoding()
122 if (ucs_type == 1) { in file_encoding()
130 } else if ((ucs_type = looks_ucs16(buf, nbytes, *ubuf, ulen)) != 0) { in file_encoding()
131 if (ucs_type == 1) { in file_encoding()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1616 int rv = 1, ucs_type;

Completed in 10 milliseconds