Searched refs:file_reset (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | magic.c | 233 if (file_reset(ms, 1) == -1) in file_or_stream() 304 if (file_reset(ms, 1) == -1) in magic_buffer()
|
H A D | file.h | 458 protected int file_reset(struct magic_set *, int);
|
H A D | funcs.c | 336 file_reset(struct magic_set *ms, int checkloaded) in file_reset() function
|
H A D | apprentice.c | 578 (void)file_reset(ms, 0); in file_apprentice()
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 314 - (void)file_reset(ms, 0); 356 - (void)file_reset(ms, 0); 358 + (void)file_reset(ms, 0); 2291 protected int file_reset(struct magic_set *, int); 3022 file_reset(struct magic_set *ms, int checkloaded) 3507 if (file_reset(ms, 1) == -1)
|
Completed in 20 milliseconds