Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dcdf.c96 #define CDF_MALLOC(n) emalloc(n) macro
693 if ((buf = CAST(char *, CDF_MALLOC(ss))) == NULL) { in cdf_read_dir()
1183 CDF_MALLOC(sizeof(cdf_catalog_t) + nr * sizeof(*ce))); in cdf_unpack_catalog()
/php-src/ext/fileinfo/
H A Dlibmagic.patch989 -#define CDF_MALLOC(n) cdf_malloc(__FILE__, __LINE__, (n))
1027 +#define CDF_MALLOC(n) emalloc(n)
1110 if ((buf = CAST(char *, CDF_MALLOC(ss))) == NULL) {

Completed in 22 milliseconds