Home
last modified time | relevance | path

Searched refs:zend_hash_index_add_ptr (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_weakrefs.c87 zend_hash_index_add_ptr(&EG(weakrefs), (zend_ulong) wr->referent, wr); in zend_weakref_create()
H A Dzend_generators.c528 zend_hash_index_add_ptr(ht, in zend_generator_add_single_child()
533 zend_hash_index_add_ptr(node->child.ht, (zend_ulong) leaf, child); in zend_generator_add_single_child()
566 zend_hash_index_add_ptr(next->node.child.ht, (zend_ulong) leaf, child); in zend_generator_add_child()
H A Dzend_hash.h732 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr() function
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c410 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
412 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
434 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
436 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
1255 zend_hash_index_add_ptr(&PHPDBG_G(watch_elements), element->id, element);
/PHP-7.4/ext/exif/
H A Dexif.c1364 if (!zend_hash_index_add_ptr(ht, tag_table->Tag, tag_table->Desc)) { in exif_make_tag_ht()
/PHP-7.4/ext/soap/
H A Dsoap.c553 zend_hash_index_add_ptr(&defEncIndex, defaultEncoding[i].details.type, (void*)enc); in php_soap_prepare_globals()

Completed in 45 milliseconds