Home
last modified time | relevance | path

Searched refs:safe_pemalloc (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dinit.c54 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.4/Zend/
H A Dzend_alloc.h123 #define safe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offs… macro
/PHP-5.4/ext/zlib/
H A Dzlib_filter.c43 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_alloc()
/PHP-5.4/ext/bz2/
H A Dbz2_filter.c56 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_alloc()
/PHP-5.4/ext/standard/
H A Dbrowscap.c92 t = (char *) safe_pemalloc(Z_STRLEN_P(pattern), 2, 5, persistent); in convert_browscap_pattern()
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c1327 …char *buf = safe_pemalloc(1, request->vpath_len, 1 + document_root_len + 1 + sizeof("index.html"),… in php_cli_server_request_translate_vpath()
1665 char *header_name = safe_pemalloc(client->current_header_name_len, 1, 1, 1); in php_cli_server_client_read_request()
/PHP-5.4/ext/phar/
H A Dutil.c1647 *signature = (char*)safe_pemalloc(digest_len, 2, 1, PHAR_G(persist)); in phar_hex_str()

Completed in 36 milliseconds