Searched refs:zend_hash_index_add_new_ptr (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/opcache/ |
H A D | zend_shared_alloc.c | 386 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, source); in zend_shared_memdup_size() 411 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, retval); in _zend_shared_memdup() 550 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, (void*)new); in zend_shared_alloc_register_xlat_entry()
|
/PHP-8.2/Zend/ |
H A D | zend_weakrefs.c | 109 zend_hash_index_add_new_ptr(ht, (zend_ulong) payload, payload); in zend_weakref_register() 116 zend_hash_index_add_new_ptr(ht, (zend_ulong) tagged_ptr, tagged_ptr); in zend_weakref_register() 117 zend_hash_index_add_new_ptr(ht, (zend_ulong) payload, payload); in zend_weakref_register()
|
H A D | zend_generators.c | 538 zend_hash_index_add_new_ptr(ht, in zend_generator_add_child() 543 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 | 2581 zend_hash_index_add_new_ptr(CG(delayed_variance_obligations), key, ht); in get_or_init_obligations_for_class()
|
/PHP-8.2/ext/exif/ |
H A D | exif.c | 1365 zend_hash_index_add_new_ptr(EXIF_G(tag_table_cache), (uintptr_t) tag_table, ht); in exif_get_tag_ht()
|
Completed in 51 milliseconds