Searched refs:saved_top (Results 1 – 2 of 2) sorted by relevance
236 zend_string *saved_top; member
402 memset(ZCSG(interned_strings).saved_top, in accel_interned_strings_restore_state()403 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()406 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()439 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()778 if (ZCSG(interned_strings).saved_top == NULL) { in accel_use_shm_interned_strings()2903 ZCSG(interned_strings).saved_top = NULL; in zend_accel_init_shm()
Completed in 18 milliseconds