xlat_table 48 ext/opcache/zend_shared_alloc.c static HashTable xlat_table; xlat_table 330 ext/opcache/zend_shared_alloc.c if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { xlat_table 342 ext/opcache/zend_shared_alloc.c if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { xlat_table 405 ext/opcache/zend_shared_alloc.c zend_hash_init(&xlat_table, 100, NULL, NULL, 1); xlat_table 411 ext/opcache/zend_shared_alloc.c zend_hash_destroy(&xlat_table); xlat_table 429 ext/opcache/zend_shared_alloc.c zend_hash_clean(&xlat_table); xlat_table 434 ext/opcache/zend_shared_alloc.c zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL); xlat_table 441 ext/opcache/zend_shared_alloc.c if (zend_hash_index_find(&xlat_table, (ulong)old, (void **)&retval) == FAILURE) {