Home
last modified time | relevance | path

Searched refs:ZSTR_ALLOCA_FREE (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/
H A Dbrowscap.c252 ZSTR_ALLOCA_FREE(lcname, use_heap); in browscap_intern_str_ci()
645 ZSTR_ALLOCA_FREE(pattern_lc, use_heap); in browser_reg_compare()
656 ZSTR_ALLOCA_FREE(pattern_lc, use_heap); in browser_reg_compare()
696 ZSTR_ALLOCA_FREE(pattern_lc, use_heap); in browser_reg_compare()
/php-src/Zend/
H A Dzend_string.h80 #define STR_ALLOCA_FREE(str, use_heap) ZSTR_ALLOCA_FREE(str, use_heap) in END_EXTERN_C()
133 #define ZSTR_ALLOCA_FREE(str, use_heap) free_alloca(str, use_heap) macro
H A Dzend_object_handlers.c1770 ZSTR_ALLOCA_FREE(lc_method_name, use_heap); in zend_std_get_method()
1814 ZSTR_ALLOCA_FREE(lc_method_name, use_heap); in zend_std_get_method()
H A Dzend_API.c3833 ZSTR_ALLOCA_FREE(lcname, use_heap); in zend_is_callable_check_class()
3876 ZSTR_ALLOCA_FREE(lmname, use_heap); in zend_is_callable_check_func()
3884 ZSTR_ALLOCA_FREE(lmname, use_heap); in zend_is_callable_check_func()
/php-src/ext/reflection/
H A Dphp_reflection.c1647 ZSTR_ALLOCA_FREE(lcname, use_heap); in ZEND_METHOD()

Completed in 55 milliseconds