Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.h236 zend_string *saved_top; member
H A DZendAccelerator.c429 memset(ZCSG(interned_strings).saved_top, in accel_interned_strings_restore_state()
430 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
433 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
466 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
812 if (ZCSG(interned_strings).saved_top == NULL) { in accel_use_shm_interned_strings()
2908 ZCSG(interned_strings).saved_top = NULL; in zend_accel_init_shm()

Completed in 18 milliseconds