Home
last modified time | relevance | path

Searched refs:zend_hash_index_add_new_ptr (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/opcache/
H A Dzend_shared_alloc.c455 zend_hash_index_add_new_ptr(&ZCG(xlat_table), (zend_ulong)old, (void*)new); in zend_shared_alloc_register_xlat_entry()
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…
/PHP-7.2/Zend/
H A Dzend_hash.h664 static zend_always_inline void *zend_hash_index_add_new_ptr(HashTable *ht, zend_ulong h, void *pDat… in zend_hash_index_add_new_ptr() function

Completed in 15 milliseconds