Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dcompress.c618 z.next_out = *newch; in uncompresszlib()
641 (*newch)[*n] = '\0'; in uncompresszlib()
682 (*newch)[*n] = '\0'; in uncompressbzlib()
720 (*newch)[*n] = '\0'; in uncompressxzlib()
751 out.dst = RCAST(void *, *newch); in uncompresszstd()
764 (*newch)[*n] = '\0'; in uncompresszstd()
785 bufp = *newch; in uncompresslzlib()
1070 if (*newch == NULL) in uncompressbuf()
1075 return makeerror(newch, n, in uncompressbuf()
1189 r = filter_error(*newch, r); in uncompressbuf()
[all …]
/php-src/ext/fileinfo/
H A Dlibmagic.patch1324 - *newch = CAST(unsigned char *, malloc(bytes_max + 1));
1325 + *newch = CAST(unsigned char *, emalloc(bytes_max + 1));
1326 if (*newch == NULL)
1327 return makeerror(newch, n, "No buffer, %s", strerror(errno));

Completed in 29 milliseconds