Home
last modified time | relevance | path

Searched refs:IS_STR_PERMANENT (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/
H A Dzend_string.c229 return zend_add_interned_string(str, &interned_strings_permanent, IS_STR_PERMANENT); in zend_new_interned_string_permanent()
285 return zend_add_interned_string(ret, &interned_strings_permanent, IS_STR_PERMANENT); in zend_string_init_interned_permanent()
H A Dzend_types.h822 #define IS_STR_PERMANENT (1<<8) /* relives request boundary */ macro
H A Dzend.c2017 if ((GC_FLAGS(type_name) & IS_STR_PERMANENT) && startup_done) { in zend_alloc_ce_cache()
/php-src/ext/opcache/
H A Dzend_file_cache.c146 GC_DEL_FLAGS(ptr, IS_STR_PERMANENT); \
161 GC_ADD_FLAGS(ptr, IS_STR_INTERNED | IS_STR_PERMANENT); \
164 GC_DEL_FLAGS(ptr, IS_STR_PERMANENT); \
271 GC_DEL_FLAGS(new_str, IS_STR_PERMANENT|IS_STR_CLASS_NAME_MAP_PTR);
295 …GC_TYPE_INFO(ret) = GC_STRING | ((IS_STR_INTERNED | IS_STR_PERSISTENT | IS_STR_PERMANENT) << GC_FL…
H A Dzend_persist.c44 flags |= ((IS_STR_INTERNED | IS_STR_PERMANENT) << GC_FLAGS_SHIFT); \
330 && (GC_FLAGS(type_name) & IS_STR_PERMANENT)) { in zend_accel_get_class_name_map_ptr()
H A DZendAccelerator.c543 …GC_TYPE_INFO(s) = GC_STRING | ((IS_STR_INTERNED | IS_STR_PERMANENT) << GC_FLAGS_SHIFT)| (ZSTR_IS_V… in accel_new_interned_string()
553 ZEND_ASSERT(GC_FLAGS(str) & IS_STR_PERMANENT); in accel_new_interned_string()
/php-src/ext/pcre/
H A Dphp_pcre.c867 if (!(GC_FLAGS(key) & IS_STR_PERMANENT) && !PCRE_G(per_request_cache)) { in pcre_get_compiled_regex_cache_ex()

Completed in 48 milliseconds