Home
last modified time | relevance | path

Searched refs:free_alloca (Results 1 – 25 of 40) sorted by relevance

12

/php-src/Zend/
H A Dzend_virtual_cwd.c644 free_alloca(tmp, use_heap); in tsrm_realpath_r()
657 free_alloca(tmp, use_heap); in tsrm_realpath_r()
665 free_alloca(tmp, use_heap); in tsrm_realpath_r()
685 free_alloca(tmp, use_heap); in tsrm_realpath_r()
701 free_alloca(tmp, use_heap); in tsrm_realpath_r()
782 free_alloca(tmp, use_heap); in tsrm_realpath_r()
907 free_alloca(tmp, use_heap); in tsrm_realpath_r()
958 free_alloca(tmp, use_heap); in tsrm_realpath_r()
982 free_alloca(tmp, use_heap); in tsrm_realpath_r()
995 free_alloca(tmp, use_heap); in tsrm_realpath_r()
[all …]
H A Dzend_portability.h218 # define free_alloca(p, use_heap) \ macro
224 # define free_alloca(p, use_heap) efree(p) macro
H A Dzend_constants.c444 free_alloca(lcname, use_heap); in zend_get_constant_ex()
H A Dzend_string.h133 #define ZSTR_ALLOCA_FREE(str, use_heap) free_alloca(str, use_heap)
H A Dzend_inheritance.c3473 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3478 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3503 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3527 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3694 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
/php-src/Zend/Optimizer/
H A Dcompact_vars.c75 free_alloca(used_vars, use_heap1); in zend_optimizer_compact_vars()
77 free_alloca(vars_map, use_heap2); in zend_optimizer_compact_vars()
123 free_alloca(vars_map, use_heap2); in zend_optimizer_compact_vars()
H A Dzend_worklist.h38 free_alloca((s)->buf, use_heap)
81 free_alloca((w)->stack.buf, use_heap)
H A Dnop_removal.c93 free_alloca(shiftlist, use_heap); in zend_optimizer_nop_removal()
H A Descape_analysis.c144 free_alloca(size, use_heap); in zend_build_equi_escape_sets()
417 free_alloca(ees, use_heap); in zend_ssa_escape_analysis()
533 free_alloca(ees, use_heap); in zend_ssa_escape_analysis()
H A Dzend_call_graph.c169 free_alloca(call_stack, use_heap); in zend_analyze_calls()
231 free_alloca(visited, use_heap); in zend_analyze_recursion()
H A Dpass3.c237 free_alloca(jmp_hitlist, use_heap); in zend_optimizer_pass3()
H A Dzend_ssa.c929 free_alloca(tmp, use_heap); in zend_ssa_rename()
1019 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
1072 free_alloca(var, var_use_heap); in zend_build_ssa()
1073 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
1077 free_alloca(var, var_use_heap); in zend_build_ssa()
1078 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
H A Dzend_dfg.c329 free_alloca(worklist, use_heap); in zend_build_dfg()
H A Dzend_cfg.c761 free_alloca(postnum, use_heap); in zend_cfg_compute_dominators_tree()
897 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
H A Dzend_inference.c484 free_alloca(iterators, iterators_use_heap); in zend_ssa_find_sccs()
541 free_alloca(worklist, use_heap); in zend_ssa_find_false_dependencies()
1820 free_alloca(worklist, use_heap); in zend_infer_ranges_warmup()
1936 free_alloca(worklist, use_heap); in zend_infer_ranges()
4473 free_alloca(visited, use_heap); in zend_type_narrowing()
4478 free_alloca(visited, use_heap); in zend_type_narrowing()
4482 free_alloca(visited, use_heap); in zend_type_narrowing()
4721 free_alloca(worklist, use_heap); in zend_infer_types()
4734 free_alloca(worklist, use_heap); in zend_infer_types()
4873 free_alloca(worklist, use_heap); in zend_mark_cv_references()
/php-src/main/
H A Dphp_variables.c160 free_alloca(var_orig, use_heap); in php_register_variable_ex()
174 free_alloca(var_orig, use_heap); in php_register_variable_ex()
189 free_alloca(var_orig, use_heap); in php_register_variable_ex()
218 free_alloca(var_orig, use_heap); in php_register_variable_ex()
257 free_alloca(var_orig, use_heap); in php_register_variable_ex()
263 free_alloca(var_orig, use_heap); in php_register_variable_ex()
306 free_alloca(var_orig, use_heap); in php_register_variable_ex()
329 free_alloca(var_orig, use_heap); in php_register_variable_ex()
H A DSAPI.c1156 free_alloca(buf, use_heap); in sapi_add_request_header()
/php-src/ext/standard/
H A Dcrypt_sha256.c578 free_alloca(tmp_key, use_heap_key); in php_sha256_crypt_r()
581 free_alloca(tmp_salt, use_heap_salt); in php_sha256_crypt_r()
583 free_alloca(p_bytes, use_heap_p_bytes); in php_sha256_crypt_r()
584 free_alloca(s_bytes, use_heap_s_bytes); in php_sha256_crypt_r()
H A Dcrypt_sha512.c629 free_alloca(tmp_key, use_heap_key); in php_sha512_crypt_r()
632 free_alloca(tmp_salt, use_heap_salt); in php_sha512_crypt_r()
634 free_alloca(p_bytes, use_heap_p_bytes); in php_sha512_crypt_r()
635 free_alloca(s_bytes, use_heap_s_bytes); in php_sha512_crypt_r()
/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c88 free_alloca(numbuf, use_heap); in collator_u_strtod()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c774 free_alloca(der_buf, use_heap); in mysqlnd_sha256_get_rsa_from_pem()
935 free_alloca(xor_str, use_heap); in mysqlnd_sha256_auth_get_auth_data()
1211 free_alloca(xor_str, use_heap); in mysqlnd_caching_sha2_get_and_use_key()
/php-src/win32/
H A Dioutil.c973 free_alloca(pbuffer, use_heap_large); in php_win32_ioutil_stat_ex_w()
988 free_alloca(pbuffer, use_heap_large); in php_win32_ioutil_stat_ex_w()
/php-src/ext/ffi/
H A Dffi.c979 free_alloca(fci.params, use_heap); in zend_ffi_callback_trampoline()
2782 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2791 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2792 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
2797 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2798 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
2828 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2834 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2853 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2854 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
[all …]
/php-src/sapi/cli/
H A Dphp_cli_server.c403 free_alloca(ext_lower, use_heap); in get_mime_type()
443 free_alloca(s, use_heap); in add_response_header()
2286 free_alloca(old_cwd, use_heap); in php_cli_server_dispatch_router()
/php-src/sapi/cgi/
H A Dcgi_main.c746 free_alloca(php_self, use_heap); in sapi_cgi_register_variables()
1684 free_alloca(s, use_heap);

Completed in 117 milliseconds

12