Home
last modified time | relevance | path

Searched refs:saved_top (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/opcache/
H A DZendAccelerator.h236 zend_string *saved_top; member
H A DZendAccelerator.c425 memset(ZCSG(interned_strings).saved_top, in accel_interned_strings_restore_state()
426 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
429 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
462 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
808 if (ZCSG(interned_strings).saved_top == NULL) { in accel_use_shm_interned_strings()
2884 ZCSG(interned_strings).saved_top = NULL; in zend_accel_init_shm()

Completed in 15 milliseconds