Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c462 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
464 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
486 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
488 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c200 zend_hash_index_add_ptr(H->lob_streams, php_stream_get_resource_id(stm), stm->res); in pdo_pgsql_create_lob_stream()
/PHP-8.3/Zend/
H A Dzend_hash.h794 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-8.3/ext/exif/
H A Dexif.c1323 if (!zend_hash_index_add_ptr(ht, tag_table->Tag, tag_table->Desc)) { in exif_make_tag_ht()
/PHP-8.3/ext/soap/
H A Dsoap.c319 zend_hash_index_add_ptr(&defEncIndex, defaultEncoding[i].details.type, (void*)enc); in php_soap_prepare_globals()

Completed in 41 milliseconds