Searched refs:zend_hash_index_add_new_ptr (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/opcache/ |
H A D | zend_shared_alloc.c | 411 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, source); in zend_shared_memdup_size() 436 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, retval); in _zend_shared_memdup() 579 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, (void*)value); in zend_shared_alloc_register_xlat_entry()
|
/php-src/ext/dom/ |
H A D | private_data.c | 102 …zend_hash_index_add_new_ptr(private_data->template_fragments, dom_mangle_pointer_for_key(template_… in php_dom_add_templated_content()
|
H A D | namespace_compat.c | 355 …zend_hash_index_add_new_ptr(&ctx->old_ns_to_new_ns_ptr, dom_mangle_pointer_for_key(node->ns), new_… in php_dom_libxml_reconcile_modern_single_node()
|
/php-src/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 | 535 zend_hash_index_add_new_ptr(ht, in zend_generator_add_child() 540 zend_hash_index_add_new_ptr(node->child.ht, (zend_ulong) child, child); in zend_generator_add_child()
|
H A D | zend_lazy_objects.c | 100 zval *zv = zend_hash_index_add_new_ptr(&EG(lazy_objects_store).infos, obj->handle, info); in zend_lazy_object_set_info()
|
H A D | zend_hash.h | 807 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 | 3106 zend_hash_index_add_new_ptr(CG(delayed_variance_obligations), key, ht); in get_or_init_obligations_for_class()
|
/php-src/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 44 milliseconds