Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c1061 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1070 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1109 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1116 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1121 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1129 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1144 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1160 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1175 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1188 free_alloca(tmp, use_heap); in tsrm_realpath_r()
[all …]
H A Dzend_constants.c270 free_alloca(lcname, use_heap); in zend_get_constant_str()
291 free_alloca(lcname, use_heap); in zend_get_constant()
402 free_alloca(lcname, use_heap); in zend_get_constant_ex()
H A Dzend_portability.h360 # define free_alloca(p, use_heap) \ macro
366 # define free_alloca(p, use_heap) efree(p) macro
H A Dzend_string.h78 #define ZSTR_ALLOCA_FREE(str, use_heap) free_alloca(str, use_heap)
/PHP-7.0/ext/intl/collator/
H A Dcollator_is_numeric.c26 #define _free_alloca(x, y) free_alloca((x))
29 #define _free_alloca free_alloca
/PHP-7.0/main/
H A Dphp_variables.c108 free_alloca(var_orig, use_heap); in php_register_variable_ex()
117 free_alloca(var_orig, use_heap); in php_register_variable_ex()
146 free_alloca(var_orig, use_heap); in php_register_variable_ex()
179 free_alloca(var_orig, use_heap); in php_register_variable_ex()
234 free_alloca(var_orig, use_heap); in php_register_variable_ex()
H A Dmain.c2535 free_alloca(old_cwd, use_heap); in php_execute_script()
2573 free_alloca(old_cwd, use_heap); in php_execute_simple_script()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c840 free_alloca(offsets, use_heap); in php_pcre_match_impl()
1013 free_alloca(offsets, use_heap); in php_pcre_match_impl()
1219 free_alloca(offsets, use_heap); in php_pcre_replace_impl()
1413 free_alloca(offsets, use_heap); in php_pcre_replace_impl()
1923 free_alloca(offsets, use_heap); in php_pcre_split_impl()
2124 free_alloca(offsets, use_heap); in php_pcre_grep_impl()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.h138 #define FREE_ALLOCA(x) free_alloca(x, use_heap)
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c695 free_alloca(php_self, use_heap); in sapi_cgi_register_variables()
1554 free_alloca(var, use_heap);
1665 free_alloca(s, use_heap);
/PHP-7.0/ext/standard/
H A Dbrowscap.c215 free_alloca(lc_pattern, use_heap); in browscap_convert_pattern()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c409 free_alloca(s, use_heap); in add_response_header()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c5592 free_alloca(lcname, use_heap); in ZEND_METHOD()
5597 free_alloca(lcname, use_heap); in ZEND_METHOD()

Completed in 120 milliseconds