Home
last modified time | relevance | path

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

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dinit.c52 temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent);
58 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c41 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_alloc()
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c55 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_alloc()
/PHP-7.4/Zend/
H A Dzend_string.h147 …zend_string *ret = (zend_string *)safe_pemalloc(n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), … in zend_string_safe_alloc()
H A Dzend_alloc.h194 #define safe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offs… macro
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1439 …char *buf = safe_pemalloc(1, request->vpath_len, 1 + document_root_len + 1 + sizeof("index.html"),… in php_cli_server_request_translate_vpath()
1873 char *header_name = safe_pemalloc(client->current_header_name_len, 1, 1, 1); in php_cli_server_client_read_request()
/PHP-7.4/ext/phar/
H A Dutil.c1372 *signature = (char*)safe_pemalloc(digest_len, 2, 1, PHAR_G(persist)); in phar_hex_str()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1421 sslsock->sni_certs = (php_openssl_sni_cert_t*)safe_pemalloc(sslsock->sni_cert_count, in php_openssl_enable_server_sni()

Completed in 33 milliseconds