Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c558 file_magerror(ms, "invalid m->type (%d) in mprint()", m->type); in mprint()
881 file_magerror(ms, "invalid type %d in mconvert()", m->type); in mconvert()
959 file_magerror(ms, "invalid offset %u in mcopy()", in mcopy()
1765 file_magerror(ms, "cannot happen with float: invalid relation `%c'",
1799 file_magerror(ms, "cannot happen with double: invalid relation `%c'", m->reln);
2003 file_magerror(ms, "invalid type %d in magiccheck()", m->type);
2091 file_magerror(ms, "cannot happen: invalid relation `%c'",
H A Dfile.h426 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
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1261 -protected void file_magerror(struct magic_set *, const char *, ...)
1267 +protected void file_magerror(struct magic_set *, const char *, ...);
1914 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
2830 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
2992 - file_magerror(ms, "regex error %d, (%s)",
3169 - file_magerror(ms, "regexec error %d, (%s)",
3189 file_magerror(ms, "invalid type %d in magiccheck()", m->type);

Completed in 41 milliseconds