Searched refs:saved_top (Results 1 – 2 of 2) sorted by relevance
238 zend_string *saved_top; member
406 memset(ZCSG(interned_strings).saved_top, in accel_interned_strings_restore_state()407 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()410 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()434 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()756 if (ZCSG(interned_strings).saved_top == NULL) { in accel_use_shm_interned_strings()2619 ZCSG(interned_strings).saved_top = NULL; in zend_accel_init_shm()
Completed in 17 milliseconds