xlat_table 255 ext/opcache/ZendAccelerator.h HashTable xlat_table; xlat_table 338 ext/opcache/zend_shared_alloc.c if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) { xlat_table 350 ext/opcache/zend_shared_alloc.c if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) { xlat_table 433 ext/opcache/zend_shared_alloc.c zend_hash_init(&ZCG(xlat_table), 128, NULL, NULL, 1); xlat_table 439 ext/opcache/zend_shared_alloc.c zend_hash_destroy(&ZCG(xlat_table)); xlat_table 444 ext/opcache/zend_shared_alloc.c zend_hash_clean(&ZCG(xlat_table)); xlat_table 449 ext/opcache/zend_shared_alloc.c zend_hash_index_add_new_ptr(&ZCG(xlat_table), (zend_ulong)old, (void*)new); xlat_table 456 ext/opcache/zend_shared_alloc.c if ((retval = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)old)) == NULL) {