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.c428 memset(ZCSG(interned_strings).saved_top, in accel_interned_strings_restore_state()
429 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
432 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
465 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
811 if (ZCSG(interned_strings).saved_top == NULL) { in accel_use_shm_interned_strings()
2891 ZCSG(interned_strings).saved_top = NULL; in zend_accel_init_shm()

Completed in 20 milliseconds