Searched refs:hash_slot (Results 1 – 1 of 1) sorted by relevance
426 zend_string_table_pos_t *hash_slot, n; in accel_interned_strings_restore_state() local454 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), ZSTR_H(s)); in accel_interned_strings_restore_state()455 STRTAB_COLLISION(s) = *hash_slot; in accel_interned_strings_restore_state()456 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_interned_strings_restore_state()507 zend_string_table_pos_t pos, *hash_slot; in accel_new_interned_string() local522 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()523 pos = *hash_slot; in accel_new_interned_string()543 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()544 STRTAB_COLLISION(s) = *hash_slot; in accel_new_interned_string()545 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_new_interned_string()
Completed in 12 milliseconds