Searched refs:file_magerror (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 161 file_magerror(ms, in file_fmtcheck() 843 file_magerror(ms, "invalid m->type (%d) in mprint()", m->type); in mprint() 1304 file_magerror(ms, "invalid type %d in mconvert()", m->type); in mconvert() 1308 file_magerror(ms, "zerodivide in mconvert()"); in mconvert() 1514 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset() 2112 file_magerror(ms, "cannot happen with float: invalid relation `%c'", in magiccheck() 2145 file_magerror(ms, "cannot happen with double: invalid relation `%c'", m->reln); in magiccheck() 2304 file_magerror(ms, "invalid type %d in magiccheck()", m->type); in magiccheck() 2396 file_magerror(ms, "cannot happen: invalid relation `%c'", in magiccheck()
|
H A D | file.h | 505 protected void file_magerror(struct magic_set *, const char *, ...);
|
H A D | funcs.c | 203 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() function
|
H A D | apprentice.c | 1847 file_magerror(ms, "No current entry for continuation"); in parse() 1851 file_magerror(ms, "Continuations present with 0 count"); in parse() 2327 file_magerror(ms, "Bad magic entry '%s'", line); in parse_extra()
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 1860 -protected void file_magerror(struct magic_set *, const char *, ...) 1865 +protected void file_magerror(struct magic_set *, const char *, ...); 2630 - file_magerror(ms, "regex error %d for `%s', (%s)", rc, rx->pat,
|
Completed in 23 milliseconds