Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c557 return makeerror(newch, n, "File too short"); in uncompressgzipped()
568 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib()
617 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressbzlib()
660 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressxzlib()
688 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
869 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
878 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf()
931 rv = makeerror(newch, n, "No buffer, %s", in uncompressbuf()
950 rv = makeerror(newch, n, "Read failed, %s", in uncompressbuf()
953 rv = makeerror(newch, n, "No data"); in uncompressbuf()
[all …]
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1339 -static int makeerror(unsigned char **, size_t *, const char *, ...)
1341 +static int makeerror(unsigned char **, size_t *, const char *, ...);
1425 return makeerror(newch, n, "No buffer, %s", strerror(errno));

Completed in 16 milliseconds