Home
last modified time | relevance | path

Searched refs:bind_hash (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_util_funcs.c34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(o…
35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old…
37 # define accel_xlat_set(old, new) zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*)…
38 # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*…
1008 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0);
1010 zend_hash_destroy(&ZCG(bind_hash));
H A DZendAccelerator.h262 HashTable bind_hash; /* prototype and zval lookup table */ member

Completed in 14 milliseconds