bind_hash         241 ext/opcache/ZendAccelerator.h 	HashTable               bind_hash; /* prototype and zval lookup table */
bind_hash          30 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old), (new))
bind_hash          31 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)		zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old))
bind_hash          33 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (old))
bind_hash          34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)	    zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void*))
bind_hash         685 ext/opcache/zend_accelerator_util_funcs.c 		zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0);
bind_hash         724 ext/opcache/zend_accelerator_util_funcs.c 		zend_hash_destroy(&ZCG(bind_hash));