Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_hash.c90 hash_value ^= ZCG(root_hash); in zend_accel_hash_update()
149 hash_value ^= ZCG(root_hash); in zend_accel_hash_find_ex()
237 hash_value ^= ZCG(root_hash); in zend_accel_hash_unlink()
H A DZendAccelerator.h217 zend_ulong root_hash; member
H A DZendAccelerator.c2392 ZCG(root_hash) = 0; in accel_activate()
2394 ZCG(root_hash) = buf.st_ino; in accel_activate()
2395 if (sizeof(buf.st_ino) > sizeof(ZCG(root_hash))) { in accel_activate()
2396 if (ZCG(root_hash) != buf.st_ino) { in accel_activate()
2406 ZCG(root_hash) = 0; in accel_activate()

Completed in 29 milliseconds