Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_shared_alloc.c407 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, source); in zend_shared_memdup_size()
432 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, retval); in _zend_shared_memdup()
575 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, (void*)value); in zend_shared_alloc_register_xlat_entry()
/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.c488 zend_hash_index_add_new_ptr(ht, in zend_generator_add_child()
493 zend_hash_index_add_new_ptr(node->child.ht, (zend_ulong) child, child); in zend_generator_add_child()
H A Dzend_hash.h797 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.c2720 zend_hash_index_add_new_ptr(CG(delayed_variance_obligations), key, ht); in get_or_init_obligations_for_class()
/php-src/ext/dom/
H A Dnamespace_compat.c382zend_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/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 55 milliseconds