Home
last modified time | relevance | path

Searched refs:file_magerror (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c161 file_magerror(ms, in file_fmtcheck()
824 file_magerror(ms, "invalid m->type (%d) in mprint()", m->type); in mprint()
1271 file_magerror(ms, "invalid type %d in mconvert()", m->type); in mconvert()
1275 file_magerror(ms, "zerodivide in mconvert()"); in mconvert()
1473 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset()
2040 file_magerror(ms, "cannot happen with float: invalid relation `%c'", in magiccheck()
2073 file_magerror(ms, "cannot happen with double: invalid relation `%c'", m->reln); in magiccheck()
2228 file_magerror(ms, "invalid type %d in magiccheck()", m->type); in magiccheck()
2320 file_magerror(ms, "cannot happen: invalid relation `%c'", in magiccheck()
H A Dfile.h492 protected void file_magerror(struct magic_set *, const char *, ...);
H A Dfuncs.c131 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() function
H A Dapprentice.c1805 file_magerror(ms, "No current entry for continuation"); in parse()
1809 file_magerror(ms, "Continuations present with 0 count"); in parse()
2273 file_magerror(ms, "Bad magic entry '%s'", line); in parse_extra()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1801 -protected void file_magerror(struct magic_set *, const char *, ...)
1807 +protected void file_magerror(struct magic_set *, const char *, ...);
2553 - file_magerror(ms, "regex error %d for `%s', (%s)", rc, rx->pat,

Completed in 29 milliseconds