Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dencoding.c88 *code_mime = "binary"; in file_encoding()
106 *code_mime = "utf-7"; in file_encoding()
110 *code_mime = "us-ascii"; in file_encoding()
115 *code_mime = "utf-8"; in file_encoding()
119 *code_mime = "utf-8"; in file_encoding()
123 *code_mime = "utf-32le"; in file_encoding()
126 *code_mime = "utf-32be"; in file_encoding()
132 *code_mime = "utf-16le"; in file_encoding()
135 *code_mime = "utf-16be"; in file_encoding()
152 *code_mime = "ebcdic"; in file_encoding()
[all …]
H A Dascmagic.c78 const char *code_mime = NULL; in file_ascmagic() local
91 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
H A Dfuncs.c285 const char *code_mime = "binary"; in file_buffer() local
317 &code, &code_mime, &ftype); in file_buffer()
457 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1549 size_t *ulen, const char **code, const char **code_mime, const char **type)
1563 *code_mime = "binary";
2478 if (file_printf(ms, "%s", code_mime) == -1)

Completed in 26 milliseconds