Searched refs:makeerror (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 605 return makeerror(newch, n, "File too short"); in uncompressgzipped() 645 return makeerror(newch, n, "%s", z.msg ? z.msg : zError(rc)); in uncompresszlib() 686 return makeerror(newch, n, "bunzip error %d", rc); in uncompressbzlib() 724 return makeerror(newch, n, "unxz error %d", rc); in uncompressxzlib() 790 return makeerror(newch, n, "unable to allocate LZ_Decoder"); in uncompresslzlib() 1075 return makeerror(newch, n, in uncompressbuf() 1106 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf() 1123 return makeerror(newch, n, "Cannot posix_spawn `%s', %s", in uncompressbuf() 1132 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf() 1159 rv = makeerror(newch, n, "Write to child failed, %s", in uncompressbuf() [all …]
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 1327 return makeerror(newch, n, "No buffer, %s", strerror(errno));
|
Completed in 17 milliseconds