Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_shared_alloc.c411 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 Dprivate_data.c102zend_hash_index_add_new_ptr(private_data->template_fragments, dom_mangle_pointer_for_key(template_… in php_dom_add_templated_content()
H A Dnamespace_compat.c355zend_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 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.c535 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 Dzend_lazy_objects.c100 zval *zv = zend_hash_index_add_new_ptr(&EG(lazy_objects_store).infos, obj->handle, info); in zend_lazy_object_set_info()
H A Dzend_hash.h807 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.c3106 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 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 44 milliseconds