Searched refs:zend_hash_index_add_new_ptr (Results 1 – 3 of 3) sorted by relevance
455 zend_hash_index_add_new_ptr(&ZCG(xlat_table), (zend_ulong)old, (void*)new); in zend_shared_alloc_register_xlat_entry()
30 # define accel_xlat_set(old, new) zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_ui…
664 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 19 milliseconds