Home
last modified time | relevance | path

Searched refs:ZSTR_ALLOCA_ALLOC (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_string.h62 #define STR_ALLOCA_ALLOC(str, _len, use_heap) ZSTR_ALLOCA_ALLOC(str, _len, use_heap) in END_EXTERN_C()
81 #define ZSTR_ALLOCA_ALLOC(str, _len, use_heap) do { \ in END_EXTERN_C() macro
90 ZSTR_ALLOCA_ALLOC(str, len, use_heap); \
H A Dzend_API.c2916 ZSTR_ALLOCA_ALLOC(lcname, name_len, use_heap); in zend_is_callable_check_class()
3036 ZSTR_ALLOCA_ALLOC(lmname, Z_STRLEN_P(callable) - 1, use_heap); in zend_is_callable_check_func()
3044 ZSTR_ALLOCA_ALLOC(lmname, Z_STRLEN_P(callable), use_heap); in zend_is_callable_check_func()
H A Dzend_object_handlers.c1337 ZSTR_ALLOCA_ALLOC(lc_method_name, ZSTR_LEN(method_name), use_heap); in zend_std_get_method()
H A Dzend_compile.c819 ZSTR_ALLOCA_ALLOC(lcname, len, use_heap); in zend_hash_find_ptr_lc()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp249 ZSTR_ALLOCA_ALLOC(lc_method_name, ZSTR_LEN(method), use_heap); in IntlPartsIterator_get_method()
/PHP-7.4/ext/standard/
H A Dbrowscap.c247 ZSTR_ALLOCA_ALLOC(lcname, ZSTR_LEN(str), use_heap); in browscap_intern_str_ci()
574 ZSTR_ALLOCA_ALLOC(pattern_lc, ZSTR_LEN(entry->pattern), use_heap); in browser_reg_compare()
H A Dvar_unserializer.re363 ZSTR_ALLOCA_ALLOC(lcname, ZSTR_LEN(class_name), use_heap);
H A Dstring.c2157 ZSTR_ALLOCA_ALLOC(ord_needle, 1, use_heap);
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1520 ZSTR_ALLOCA_ALLOC(lcname, ZSTR_LEN(fname) - 1, use_heap); in ZEND_METHOD()

Completed in 107 milliseconds