Home
last modified time | relevance | path

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

/PHP-8.0/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);
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c202 zend_hash_index_add_ptr(H->lob_streams, php_stream_get_resource_id(stm), stm->res); in pdo_pgsql_create_lob_stream()
/PHP-8.0/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
/PHP-8.0/ext/exif/
H A Dexif.c1312 if (!zend_hash_index_add_ptr(ht, tag_table->Tag, tag_table->Desc)) { in exif_make_tag_ht()
/PHP-8.0/ext/soap/
H A Dsoap.c282 zend_hash_index_add_ptr(&defEncIndex, defaultEncoding[i].details.type, (void*)enc); in php_soap_prepare_globals()

Completed in 45 milliseconds