Home
last modified time | relevance | path

Searched refs:makeerror (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c196 static int makeerror(unsigned char **, size_t *, const char *, ...);
526 return makeerror(newch, n, "File too short"); in uncompressgzipped()
537 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib()
573 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
714 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
723 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf()
772 rv = makeerror(newch, n, "No buffer, %s", in uncompressbuf()
791 rv = makeerror(newch, n, "Read failed, %s", in uncompressbuf()
794 rv = makeerror(newch, n, "No data"); in uncompressbuf()
810 rv = makeerror(newch, n, "Wait failed, %s", strerror(errno)); in uncompressbuf()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1444 -static int makeerror(unsigned char **, size_t *, const char *, ...)
1446 +static int makeerror(unsigned char **, size_t *, const char *, ...);
1538 return makeerror(newch, n, "No buffer, %s", strerror(errno));

Completed in 12 milliseconds