Searched refs:zend_hash_index_add_new_ptr (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/opcache/ |
H A D | zend_shared_alloc.c | 406 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, source); in zend_shared_memdup_size() 431 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, retval); in _zend_shared_memdup() 574 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 D | zend_weakrefs.c | 110 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 D | zend_generators.c | 534 zend_hash_index_add_new_ptr(ht, in zend_generator_add_child() 539 zend_hash_index_add_new_ptr(node->child.ht, (zend_ulong) child, child); in zend_generator_add_child()
|
H A D | zend_hash.h | 803 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 D | zend_inheritance.c | 2719 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 D | exif.c | 1353 zend_hash_index_add_new_ptr(EXIF_G(tag_table_cache), (uintptr_t) tag_table, ht); in exif_get_tag_ht()
|
Completed in 76 milliseconds