Home
last modified time | relevance | path

Searched refs:do_alloca (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c25 #define _do_alloca(x, y) do_alloca((x))
28 #define _do_alloca do_alloca
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h163 #define DO_ALLOCA(x) do_alloca(x)
167 #define DO_ALLOCA(x) do_alloca(x, use_heap)
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp262 do_alloca(method_len + 1, use_heap)); in IntlPartsIterator_get_method()
/PHP-5.5/Zend/
H A Dzend.h204 # define do_alloca(size, use_heap) \ macro
211 # define do_alloca(p, use_heap) emalloc(p) macro
H A Dzend_closures.c188 lc_name = do_alloca(method_len + 1, use_heap); in zend_closure_get_method()
H A Dzend_constants.c245 const_name = do_alloca(const_name_len, use_heap); in zend_get_special_constant()
H A Dzend_builtin_functions.c1236 lc_name = do_alloca(class_name_len + 1, use_heap); in ZEND_FUNCTION()
1279 lc_name = do_alloca(iface_name_len + 1, use_heap); in ZEND_FUNCTION()
1322 lc_name = do_alloca(trait_name_len + 1, use_heap); in ZEND_FUNCTION()
H A Dzend_object_handlers.c1021 lc_method_name = do_alloca(method_len+1, use_heap); in zend_std_get_method()
1164 lc_function_name = do_alloca(function_name_strlen+1, use_heap); in zend_std_get_static_method()
H A Dzend_execute_API.c1032 lc_free = lc_name = do_alloca(name_length + 1, use_heap); in zend_lookup_class_ex()
H A Dzend_compile.c1633 class_lcname = do_alloca(CG(active_class_entry)->name_length + 1, use_heap); in zend_do_begin_function_declaration()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c691 php_self = do_alloca(php_self_len + 1, use_heap); in sapi_cgi_register_variables()
1549 var = str = do_alloca(var_len + 1, use_heap);
1680 s = do_alloca(len + 1, use_heap);
/PHP-5.5/main/
H A Dphp_variables.c89 var = var_orig = do_alloca(var_len + 1, use_heap); in php_register_variable_ex()
H A Dmain.c2442 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_script()
2553 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_simple_script()
/PHP-5.5/ext/spl/
H A Dphp_spl.c74 lc_name = do_alloca(len + 1, use_heap); in spl_find_ce_by_name()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c521 s = do_alloca(len + 1, use_heap); in add_response_header()
2129 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1812 args = (zval ***) do_alloca((expected_n + 1) * sizeof(zval **), use_heap); in PHP_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1217 lcname = do_alloca(name_len + 1, use_heap); in reflection_extension_factory()
5193 lcname = do_alloca(name_len + 1, use_heap); in ZEND_METHOD()

Completed in 206 milliseconds