Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dencoding.c95 *code_mime = "binary"; in file_encoding()
117 *code_mime = "utf-7"; in file_encoding()
121 *code_mime = "us-ascii"; in file_encoding()
126 *code_mime = "utf-8"; in file_encoding()
130 *code_mime = "utf-8"; in file_encoding()
134 *code_mime = "utf-32le"; in file_encoding()
137 *code_mime = "utf-32be"; in file_encoding()
143 *code_mime = "utf-16le"; in file_encoding()
146 *code_mime = "utf-16be"; in file_encoding()
163 *code_mime = "ebcdic"; in file_encoding()
[all …]
H A Dascmagic.c79 const char *code_mime = NULL; in file_ascmagic() local
92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
H A Dfuncs.c325 const char *code_mime = "binary"; in file_buffer() local
357 &code, &code_mime, &ftype); in file_buffer()
498 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2194 if (file_printf(ms, "%s", code_mime) == -1)

Completed in 35 milliseconds