Home
last modified time | relevance | path

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

/php-src/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()
200 hash_value ^= ZCG(root_hash); in zend_accel_hash_unlink()
H A DZendAccelerator.h217 zend_ulong root_hash; member
H A DZendAccelerator.c2632 ZCG(root_hash) = 0; in accel_activate()
2634 ZCG(root_hash) = buf.st_ino; in accel_activate()
2635 if (sizeof(buf.st_ino) > sizeof(ZCG(root_hash))) { in accel_activate()
2636 if (ZCG(root_hash) != buf.st_ino) { in accel_activate()
2646 ZCG(root_hash) = 0; in accel_activate()

Completed in 32 milliseconds