Searched refs:safe_pemalloc (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/bcmath/libbcmath/src/ |
| H A D | init.c | 54 temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent); 69 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
|
| /PHP_5_3/ext/bz2/ |
| H A D | bz2_filter.c | 56 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent);
|
| /PHP_5_3/ext/standard/ |
| H A D | browscap.c | 92 t = (char *) safe_pemalloc(Z_STRLEN_P(pattern), 2, 5, persistent);
|
| /PHP_5_3/ext/zlib/ |
| H A D | zlib_filter.c | 43 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent);
|
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.h | 123 #define safe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offset):safe_emalloc(nmemb, size, offset)) macro
|
| /PHP_5_3/ext/phar/ |
| H A D | util.c | 1646 *signature = (char*)safe_pemalloc(digest_len, 2, 1, PHAR_G(persist));
|
Completed in 8 milliseconds