Searched refs:looks_text (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 164 int m = 0, rv = 0, looks_text = 0; in file_buffer() local 190 looks_text = file_encoding(ms, ubuf, nb, &u8buf, &ulen, in file_buffer() 239 looks_text)) != 0) { in file_buffer() 266 if ((m = file_ascmagic(ms, ubuf, nb, looks_text)) != 0) { in file_buffer() 274 if (looks_text == 0) in file_buffer() 276 nb, u8buf, ulen, code, type, looks_text)) in file_buffer()
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 1773 int m = 0, rv = 0, looks_text = 0;
|
Completed in 9 milliseconds