Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c89 *code_mime = "binary"; in file_encoding()
107 *code_mime = "utf-7"; in file_encoding()
111 *code_mime = "us-ascii"; in file_encoding()
116 *code_mime = "utf-8"; in file_encoding()
120 *code_mime = "utf-8"; in file_encoding()
124 *code_mime = "utf-32le"; in file_encoding()
127 *code_mime = "utf-32be"; in file_encoding()
133 *code_mime = "utf-16le"; in file_encoding()
136 *code_mime = "utf-16be"; in file_encoding()
153 *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.c211 const char *code_mime = "binary"; in file_buffer() local
243 &code, &code_mime, &ftype); in file_buffer()
371 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1610 size_t *ulen, const char **code, const char **code_mime, const char **type)
1619 *code_mime = "binary";
2404 if (file_printf(ms, "%s", code_mime) == -1)

Completed in 31 milliseconds