Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c357 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, source); in zend_shared_memdup_size()
387 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, retval); in _zend_shared_memdup()
536 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, (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.4/Zend/
H A Dzend_hash.h741 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
H A Dzend_inheritance.c2283 zend_hash_index_add_new_ptr(CG(delayed_variance_obligations), key, ht); in get_or_init_obligations_for_class()
/PHP-7.4/ext/exif/
H A Dexif.c1394 zend_hash_index_add_new_ptr(EXIF_G(tag_table_cache), (uintptr_t) tag_table, ht); in exif_get_tag_ht()

Completed in 37 milliseconds