Searched refs:code_mime (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | encoding.c | 68 …t nbytes, unichar **ubuf, size_t *ulen, const char **code, const char **code_mime, const char **ty… in file_encoding() argument 77 *code_mime = "binary"; in file_encoding() 93 *code_mime = "us-ascii"; in file_encoding() 97 *code_mime = "utf-8"; in file_encoding() 101 *code_mime = "utf-8"; in file_encoding() 105 *code_mime = "utf-16le"; in file_encoding() 108 *code_mime = "utf-16be"; in file_encoding() 114 *code_mime = "iso-8859-1"; in file_encoding() 118 *code_mime = "unknown-8bit"; in file_encoding() 125 *code_mime = "ebcdic"; in file_encoding() [all …]
|
H A D | ascmagic.c | 79 const char *code_mime = NULL; in file_ascmagic() local 88 if (file_encoding(ms, buf, nbytes, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
|
H A D | funcs.c | 173 const char *code_mime = "binary"; in file_buffer() local 189 &code, &code_mime, &ftype); in file_buffer() 282 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 2177 if (file_printf(ms, "%s", code_mime) == -1)
|
Completed in 22 milliseconds