Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c422 zend_string_table_pos_t *hash_slot, n; in accel_interned_strings_restore_state() local
450 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), ZSTR_H(s)); in accel_interned_strings_restore_state()
451 STRTAB_COLLISION(s) = *hash_slot; in accel_interned_strings_restore_state()
452 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_interned_strings_restore_state()
503 zend_string_table_pos_t pos, *hash_slot; in accel_new_interned_string() local
518 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
519 pos = *hash_slot; in accel_new_interned_string()
539 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
540 STRTAB_COLLISION(s) = *hash_slot; in accel_new_interned_string()
541 *hash_slot = STRTAB_STR_TO_POS(&ZCSG(interned_strings), s); in accel_new_interned_string()

Completed in 13 milliseconds