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()
217 zend_ulong root_hash; member
2392 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 27 milliseconds