Searched refs:root_hash (Results 1 – 3 of 3) sorted by relevance
90 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()
243 zend_ulong root_hash; member
2150 ZCG(root_hash) = 0; in accel_activate()2152 ZCG(root_hash) = buf.st_ino; in accel_activate()2153 if (sizeof(buf.st_ino) > sizeof(ZCG(root_hash))) { in accel_activate()2154 if (ZCG(root_hash) != buf.st_ino) { in accel_activate()2164 ZCG(root_hash) = 0; in accel_activate()
Completed in 18 milliseconds