Home
last modified time | relevance | path

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

12

/dports/devel/pecl-runkit7/runkit7-4.0.0a2/
H A Dphp_runkit_hash.h114 zend_hash_index_add_ptr(&tmp, numkey, module); in php_runkit_hash_move_runkit_to_front()
131 zend_hash_index_add_ptr(&module_registry, numkey, module); in php_runkit_hash_move_runkit_to_front()
/dports/net/pecl-radius/radius-1.4.0b1/pecl-compat/src/
H A Dzend_hash.h150 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht in zend_hash_index_add_ptr() function
160 zend_hash_index_add_ptr(ht, h, pData)
163 zend_hash_index_add_ptr(ht, h, _compat_dup(pData, size, ht->persistent))
211 zend_hash_index_add_ptr(ht, h, pData)
/dports/www/pecl-solr/solr-2.5.1/pecl-compat/src/
H A Dzend_hash.h150 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht in zend_hash_index_add_ptr() function
160 zend_hash_index_add_ptr(ht, h, pData)
163 zend_hash_index_add_ptr(ht, h, _compat_dup(pData, size, ht->persistent))
211 zend_hash_index_add_ptr(ht, h, pData)
/dports/www/mod_php74/php-7.4.27/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
/dports/lang/php74/php-7.4.27/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
/dports/devel/pecl-protobuf/protobuf-3.19.1/
H A Dprotobuf.c221 zend_hash_index_add_ptr(&PROTOBUF_G(object_cache), k, php_obj); in ObjCache_Add()
/dports/lang/php73/php-7.3.33/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);
1253 zend_hash_index_add_ptr(&PHPDBG_G(watch_elements), element->id, element);
/dports/lang/php74/php-7.4.27/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);
/dports/www/mod_php74/php-7.4.27/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);
/dports/www/mod_php73/php-7.3.33/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);
1253 zend_hash_index_add_ptr(&PHPDBG_G(watch_elements), element->id, element);
/dports/net/pecl-rdkafka/rdkafka-4.0.4/
H A Dphp_rdkafka_priv.h163 static inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr() function
H A Drdkafka.c317 zend_hash_index_add_ptr(&intern->queues, (zend_ulong)queue_intern, queue_intern); in ZEND_END_ARG_INFO()
493 zend_hash_index_add_ptr(&intern->topics, (zend_ulong)topic_intern, topic_intern); in ZEND_END_ARG_INFO()
/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_watch.c399 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
401 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
423 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
425 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
/dports/www/mod_php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_watch.c408 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
410 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
432 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
434 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_watch.c399 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
401 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
423 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
425 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
/dports/lang/php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_watch.c408 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
410 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
432 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
434 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_generators.c500 zend_hash_index_add_ptr(ht, in zend_generator_add_single_child()
505 zend_hash_index_add_ptr(node->child.ht, (zend_ulong) leaf, child); in zend_generator_add_single_child()
538 zend_hash_index_add_ptr(next->node.child.ht, (zend_ulong) leaf, child); in zend_generator_add_child()
H A Dzend_hash.h711 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr() function
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_generators.c500 zend_hash_index_add_ptr(ht, in zend_generator_add_single_child()
505 zend_hash_index_add_ptr(node->child.ht, (zend_ulong) leaf, child); in zend_generator_add_single_child()
538 zend_hash_index_add_ptr(next->node.child.ht, (zend_ulong) leaf, child); in zend_generator_add_child()
H A Dzend_hash.h711 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr() function
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_hash.h752 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr() function

12