Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A DZendAccelerator.c371 #define STRTAB_HASH_TO_SLOT(tab, h) \ macro
406 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), ZSTR_H(s)); in accel_interned_strings_restore_state()
443 pos = *STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_find_interned_string()
477 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
499 hash_slot = STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_new_interned_string()
533 pos = *STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), h); in accel_find_interned_string_ex()

Completed in 9 milliseconds