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    1397 ext/phar/util.c 	*signature = (char*)safe_pemalloc(digest_len, 2, 1, PHAR_G(persist));
safe_pemalloc      92 ext/standard/browscap.c 	t = (char *) safe_pemalloc(Z_STRLEN_P(pattern), 2, 5, persistent);
safe_pemalloc      43 ext/zlib/zlib_filter.c 	return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent);
safe_pemalloc    1460 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    1803 sapi/cli/php_cli_server.c 		char *header_name = safe_pemalloc(client->current_header_name_len, 1, 1, 1);