Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c402 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, source); in zend_shared_memdup_size()
427 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, retval); in _zend_shared_memdup()
570 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, (void*)value); in zend_shared_alloc_register_xlat_entry()
/PHP-8.3/Zend/
H A Dzend_weakrefs.c110 zend_hash_index_add_new_ptr(ht, (zend_ulong) payload, payload); in zend_weakref_register()
117 zend_hash_index_add_new_ptr(ht, (zend_ulong) tagged_ptr, tagged_ptr); in zend_weakref_register()
118 zend_hash_index_add_new_ptr(ht, (zend_ulong) payload, payload); in zend_weakref_register()
H A Dzend_generators.c489 zend_hash_index_add_new_ptr(ht, in zend_generator_add_child()
494 zend_hash_index_add_new_ptr(node->child.ht, (zend_ulong) child, child); in zend_generator_add_child()
H A Dzend_hash.h795 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.c2719 zend_hash_index_add_new_ptr(CG(delayed_variance_obligations), key, ht); in get_or_init_obligations_for_class()
/PHP-8.3/ext/exif/
H A Dexif.c1353 zend_hash_index_add_new_ptr(EXIF_G(tag_table_cache), (uintptr_t) tag_table, ht); in exif_get_tag_ht()

Completed in 46 milliseconds