Home
last modified time | relevance | path

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

12345678

/PHP-8.0/ext/spl/
H A Dspl_array.c1161 iterator = emalloc(sizeof(zend_user_iterator)); in spl_array_get_iterator()
/PHP-8.0/main/
H A Dmain.c1441 pwbuf = emalloc(pwbuflen); in php_get_current_user()
/PHP-8.0/ext/phar/
H A Dphar_object.c619 path_info = emalloc(Z_STRLEN_P(z_script_name) + entry_len + 1); in PHP_METHOD()
4122 new_state.cwd = (char*)emalloc(2); in phar_extract_file()
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c1012 new_opcodes = emalloc(len * sizeof(zend_op)); in assemble_code_blocks()
/PHP-8.0/ext/sockets/
H A Dsockets.c2346 res->addrinfo.ai_addr = emalloc(rp->ai_addrlen);
/PHP-8.0/ext/date/
H A Dphp_date.c1589 iterator = emalloc(sizeof(date_period_it)); in date_object_period_get_iterator()
2570 char *tmp = emalloc(Z_STRLEN_P(z_date) + Z_STRLEN_P(z_timezone) + 2); in php_date_initialize_from_hash()
/PHP-8.0/Zend/
H A Dzend_ast.c848 ref = emalloc(tree_size); in zend_ast_copy()
H A Dzend_vm_def.h4431 gen_execute_data = (zend_execute_data*)emalloc(used_stack);
4435 gen_execute_data = (zend_execute_data*)emalloc(used_stack);
8728 zend_reference *ref = (zend_reference*)emalloc(sizeof(zend_reference));
H A Dzend_vm_execute.h2039 gen_execute_data = (zend_execute_data*)emalloc(used_stack); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
2043 gen_execute_data = (zend_execute_data*)emalloc(used_stack); in ZEND_GENERATOR_CREATE_SPEC_HANDLER()
47889 zend_reference *ref = (zend_reference*)emalloc(sizeof(zend_reference)); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c188 return emalloc(size); in php_pcre_emalloc()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c436 char * new_auth_plugin_data = emalloc(packet->authentication_plugin_data.l); in php_mysqlnd_greet_read()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c2504 iterator = emalloc(sizeof(php_sxe_iterator)); in php_sxe_get_iterator()

Completed in 284 milliseconds

12345678