Home
last modified time | relevance | path

Searched refs:code_mime (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dencoding.c78 *code_mime = "binary"; in file_encoding()
95 *code_mime = "utf-7"; in file_encoding()
99 *code_mime = "us-ascii"; in file_encoding()
104 *code_mime = "utf-8"; in file_encoding()
108 *code_mime = "utf-8"; in file_encoding()
112 *code_mime = "utf-16le"; in file_encoding()
115 *code_mime = "utf-16be"; in file_encoding()
121 *code_mime = "iso-8859-1"; in file_encoding()
125 *code_mime = "unknown-8bit"; in file_encoding()
132 *code_mime = "ebcdic"; in file_encoding()
[all …]
H A Dascmagic.c79 const char *code_mime = NULL; in file_ascmagic() local
85 if (file_encoding(ms, buf, nbytes, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
H A Dfuncs.c182 const char *code_mime = "binary"; in file_buffer() local
198 &code, &code_mime, &ftype); in file_buffer()
316 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2132 if (file_printf(ms, "%s", code_mime) == -1)

Completed in 16 milliseconds