safe_pemalloc 139 Zend/zend_string.h zend_string *ret = (zend_string *)safe_pemalloc(n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), persistent); safe_pemalloc 54 ext/bcmath/libbcmath/src/init.c temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent); safe_pemalloc 69 ext/bcmath/libbcmath/src/init.c temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent); safe_pemalloc 56 ext/bz2/bz2_filter.c return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); safe_pemalloc 1356 ext/openssl/xp_ssl.c sslsock->sni_certs = (php_openssl_sni_cert_t*)safe_pemalloc(sslsock->sni_cert_count, safe_pemalloc 1383 ext/phar/util.c *signature = (char*)safe_pemalloc(digest_len, 2, 1, PHAR_G(persist)); safe_pemalloc 43 ext/zlib/zlib_filter.c return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); safe_pemalloc 1353 sapi/cli/php_cli_server.c char *buf = safe_pemalloc(1, request->vpath_len, 1 + document_root_len + 1 + sizeof("index.html"), 1); safe_pemalloc 1707 sapi/cli/php_cli_server.c char *header_name = safe_pemalloc(client->current_header_name_len, 1, 1, 1);