Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c30 # define accel_xlat_set(old, new) zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_ui…
31 # define accel_xlat_get(old) zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t…
33 # define accel_xlat_set(old, new) zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(…
34 # define accel_xlat_get(old) zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void…
742 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
782 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
H A DZendAccelerator.h202 HashTable bind_hash; /* prototype and zval lookup table */ member

Completed in 9 milliseconds