Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dcompress.c141 static int makeerror(unsigned char **, size_t *, const char *, ...);
445 return makeerror(newch, n, "File too short"); in uncompressgzipped()
456 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib()
492 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
641 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
661 return makeerror(newch, n, "Cannot fork, %s", in uncompressbuf()
674 rv = makeerror(newch, n, "No buffer, %s", in uncompressbuf()
693 rv = makeerror(newch, n, "Read failed, %s", in uncompressbuf()
696 rv = makeerror(newch, n, "No data"); in uncompressbuf()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1245 -static int makeerror(unsigned char **, size_t *, const char *, ...)
1247 +static int makeerror(unsigned char **, size_t *, const char *, ...);
1297 rv = makeerror(newch, n, "No data");
1310 - rv = makeerror(newch, n, "Wait failed, %s", strerror(errno));

Completed in 18 milliseconds