Searched refs:code_mime (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | encoding.c | 94 *code_mime = "binary"; in file_encoding() 109 *code_mime = "utf-7"; in file_encoding() 113 *code_mime = "us-ascii"; in file_encoding() 118 *code_mime = "utf-8"; in file_encoding() 122 *code_mime = "utf-8"; in file_encoding() 126 *code_mime = "utf-32le"; in file_encoding() 129 *code_mime = "utf-32be"; in file_encoding() 135 *code_mime = "utf-16le"; in file_encoding() 138 *code_mime = "utf-16be"; in file_encoding() 162 *code_mime = "ebcdic"; in file_encoding() [all …]
|
H A D | ascmagic.c | 79 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 D | funcs.c | 323 const char *code_mime = "binary"; in file_buffer() local 355 &code, &code_mime, &ftype); in file_buffer() 496 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 1975 if (file_printf(ms, "%s", code_mime) == -1)
|
Completed in 24 milliseconds