Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c611 file_magerror(ms, "invalid m->type (%d) in mprint()", m->type); in mprint()
992 file_magerror(ms, "invalid type %d in mconvert()", m->type); in mconvert()
1082 file_magerror(ms, "invalid offset %u in mcopy()", in mcopy()
1967 file_magerror(ms, "cannot happen with float: invalid relation `%c'", in magiccheck()
2001 file_magerror(ms, "cannot happen with double: invalid relation `%c'", m->reln); in magiccheck()
2199 file_magerror(ms, "invalid type %d in magiccheck()", m->type); in magiccheck()
2287 file_magerror(ms, "cannot happen: invalid relation `%c'", in magiccheck()
H A Dfile.h448 protected void file_magerror(struct magic_set *, const char *, ...);
H A Dfuncs.c133 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() function
H A Dapprentice.c1523 file_magerror(ms, "No current entry for continuation"); in parse()
1527 file_magerror(ms, "Continuations present with 0 count"); in parse()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1468 -protected void file_magerror(struct magic_set *, const char *, ...)
1474 +protected void file_magerror(struct magic_set *, const char *, ...);
2179 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
2970 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
3384 - file_magerror(ms, "regex error %d, (%s)",
3556 - file_magerror(ms, "regexec error %d, (%s)",
3578 file_magerror(ms, "invalid type %d in magiccheck()", m->type);

Completed in 25 milliseconds