Home
last modified time | relevance | path

Searched refs:emalloc (Results 176 – 193 of 193) sorted by relevance

12345678

/PHP-7.4/Zend/
H A Dzend_operators.c2649 return zend_str_tolower_copy((char *)emalloc(length+1), source, length); in zend_str_tolower_dup()
2672 char *res = (char*)emalloc(length + 1); in zend_str_tolower_dup_ex()
H A Dzend_execute.c185 zend_vm_stack page = (zend_vm_stack)emalloc(size); in zend_vm_stack_new_page()
3326 list = emalloc(sizeof(zend_property_info_list) + (4 - 1) * sizeof(zend_property_info *)); in zend_ref_add_type_source()
3700 ptr = emalloc(op_array->cache_size + sizeof(void*)); in i_init_code_execute_data()
H A Dzend_ast.c814 ref = emalloc(tree_size); in zend_ast_copy()
H A Dzend_vm_def.h4449 gen_execute_data = (zend_execute_data*)emalloc(used_stack);
4453 gen_execute_data = (zend_execute_data*)emalloc(used_stack);
8457 zend_reference *ref = (zend_reference*)emalloc(sizeof(zend_reference));
H A Dzend_vm_execute.h1803 gen_execute_data = (zend_execute_data*)emalloc(used_stack); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
1807 gen_execute_data = (zend_execute_data*)emalloc(used_stack); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
46611 zend_reference *ref = (zend_reference*)emalloc(sizeof(zend_reference)); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-7.4/ext/xml/
H A Dxml.c385 return emalloc(sz); in php_xml_malloc_wrapper()
/PHP-7.4/ext/soap/
H A Dphp_http.c1214 php_url *new_url = emalloc(sizeof(php_url)); in make_http_soap_request()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c1082 zval *literals = emalloc(sizeof(zval) * op_array->last_literal); in zend_revert_pass_two()
H A Dblock_pass.c965 new_opcodes = emalloc(len * sizeof(zend_op)); in assemble_code_blocks()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c94 #define CDF_MALLOC(n) emalloc(n)
/PHP-7.4/ext/gmp/
H A Dgmp.c385 gmp_object *intern = emalloc(sizeof(gmp_object) + zend_object_properties_size(ce)); in gmp_create_object_ex()
/PHP-7.4/ext/phar/
H A Dzip.c452 sig = (char *) emalloc(entry.uncompressed_filesize); in phar_parse_zipfile()
H A Dphar_object.c619 path_info = emalloc(Z_STRLEN_P(z_script_name) + entry_len + 1); in PHP_METHOD()
4159 new_state.cwd = (char*)emalloc(2); in phar_extract_file()
/PHP-7.4/ext/spl/
H A Dspl_array.c1160 iterator = emalloc(sizeof(zend_user_iterator)); in spl_array_get_iterator()
/PHP-7.4/main/
H A Dmain.c1544 pwbuf = emalloc(pwbuflen); in php_get_current_user()
/PHP-7.4/ext/date/
H A Dphp_date.c2034 iterator = emalloc(sizeof(date_period_it)); in date_object_period_get_iterator()
2980 char *tmp = emalloc(Z_STRLEN_P(z_date) + Z_STRLEN_P(z_timezone) + 2); in php_date_initialize_from_hash()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2415 iterator = emalloc(sizeof(php_sxe_iterator)); in php_sxe_get_iterator()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c430 char * new_auth_plugin_data = emalloc(packet->authentication_plugin_data.l); in php_mysqlnd_greet_read()

Completed in 282 milliseconds

12345678