Searched refs:safe_pemalloc (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/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_TRUNK/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_TRUNK/ext/bz2/ |
| H A D | bz2_filter.c | 56 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent);
|
| /PHP_TRUNK/ext/zlib/ |
| H A D | zlib_filter.c | 43 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli_server.c | 1320 char *buf = safe_pemalloc(1, request->vpath_len, 1 + document_root_len + 1 + sizeof("index.html"), 1); 1660 char *header_name = safe_pemalloc(client->current_header_name_len, 1, 1, 1);
|
| /PHP_TRUNK/ext/phar/ |
| H A D | util.c | 1645 *signature = (char*)safe_pemalloc(digest_len, 2, 1, PHAR_G(persist));
|
| /PHP_TRUNK/ext/standard/ |
| H A D | browscap.c | 92 t = (char *) safe_pemalloc(Z_STRLEN_P(pattern), 2, 5, persistent);
|
Completed in 14 milliseconds