indirect_bucket    79 ext/opcache/zend_accelerator_hash.c 	zend_accel_hash_entry *indirect_bucket = NULL;
indirect_bucket    82 ext/opcache/zend_accelerator_hash.c 		indirect_bucket = (zend_accel_hash_entry*)data;
indirect_bucket    83 ext/opcache/zend_accelerator_hash.c 		while (indirect_bucket->indirect) {
indirect_bucket    84 ext/opcache/zend_accelerator_hash.c 			indirect_bucket = (zend_accel_hash_entry*)indirect_bucket->data;
indirect_bucket    99 ext/opcache/zend_accelerator_hash.c 				if (indirect_bucket) {
indirect_bucket   100 ext/opcache/zend_accelerator_hash.c 					entry->data = indirect_bucket;
indirect_bucket   105 ext/opcache/zend_accelerator_hash.c 				if (indirect_bucket) {
indirect_bucket   107 ext/opcache/zend_accelerator_hash.c 					entry->data = indirect_bucket;
indirect_bucket   125 ext/opcache/zend_accelerator_hash.c 		entry->data = indirect_bucket;