Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c403 uint32_t *hash_slot, n; in accel_interned_strings_restore_state() local
422 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), ZSTR_H(s)); in accel_interned_strings_restore_state()
423 STRTAB_COLLISION(s) = *hash_slot; in accel_interned_strings_restore_state()
424 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_interned_strings_restore_state()
476 uint32_t pos, *hash_slot; in accel_new_interned_string() local
491 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
492 pos = *hash_slot; in accel_new_interned_string()
513 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
514 STRTAB_COLLISION(s) = *hash_slot; in accel_new_interned_string()
515 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_new_interned_string()

Completed in 25 milliseconds