Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A DZendAccelerator.c394 uint32_t *hash_slot, n; in accel_interned_strings_restore_state() local
413 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), ZSTR_H(s)); in accel_interned_strings_restore_state()
414 STRTAB_COLLISION(s) = *hash_slot; in accel_interned_strings_restore_state()
415 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_interned_strings_restore_state()
466 uint32_t pos, *hash_slot; in accel_new_interned_string() local
481 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
482 pos = *hash_slot; in accel_new_interned_string()
503 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
504 STRTAB_COLLISION(s) = *hash_slot; in accel_new_interned_string()
505 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_new_interned_string()

Completed in 20 milliseconds