Home
last modified time | relevance | path

Searched refs:zend_hash_apply_with_argument (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_list.c251zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource… in zend_clean_module_rsrc_dtors_cb()
261zend_hash_apply_with_argument(&list_destructors, zend_clean_module_rsrc_dtors_cb, (void *) &module… in zend_clean_module_rsrc_dtors()
H A Dzend_constants.c99 zend_hash_apply_with_argument(EG(zend_constants), clean_module_constant, (void *) &module_number); in clean_module_constants()
H A Dzend_ini.c293 zend_hash_apply_with_argument(ini_directives, zend_remove_ini_entries, (void *) &module_number); in zend_unregister_ini_entries_ex()
H A Dzend_hash.h155 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun…
H A Dzend_API.c3121 zend_hash_apply_with_argument(EG(class_table), clean_module_class, (void *) &module_number); in clean_module_classes()
3139 zend_hash_apply_with_argument(CG(function_table), clean_module_function, module); in clean_module_functions()
H A Dzend_hash.c2100 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun… in zend_hash_apply_with_argument() function
/PHP-8.3/ext/phar/
H A Dtar.c1197 zend_hash_apply_with_argument(&phar->manifest, phar_tar_setupmetadata, (void *) &pass); in phar_tar_flush()
1209 zend_hash_apply_with_argument(&phar->manifest, phar_tar_writeheaders, (void *) &pass); in phar_tar_flush()
H A Dphar.c74 zend_hash_apply_with_argument(&(PHAR_G(phar_fname_map)), phar_set_writeable_bit, (void *)&ini); in ZEND_INI_MH()
339 zend_hash_apply_with_argument(&(PHAR_G(phar_alias_map)), phar_unalias_apply, phar_data); in destroy_phar_data()
H A Dzip.c1450 zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass); in phar_zip_flush()
H A Dutil.c2073 zend_hash_apply_with_argument(&newmanifest, phar_update_cached_entry, (void *)phar); in phar_copy_cached_phar()
H A Dphar_object.c3160 zend_hash_apply_with_argument(manifest, phar_set_compression, &compress); in pharobj_set_compression()
3169 zend_hash_apply_with_argument(manifest, phar_test_compression, &test); in pharobj_cancompress()
/PHP-8.3/ext/dba/
H A Ddba.c317 zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info); in dba_close_pe_rsrc()
/PHP-8.3/ext/odbc/
H A Dphp_odbc.c769 zend_hash_apply_with_argument(&EG(persistent_list), in PHP_FUNCTION()
2341zend_hash_apply_with_argument(&EG(persistent_list), _close_pconn_with_res, (void *) Z_RES_P(pv_con… in PHP_FUNCTION()
/PHP-8.3/ext/oci8/
H A Doci8_statement.c543 zend_hash_apply_with_argument(statement->binds, php_oci_bind_pre_exec, (void *)&result); in php_oci_statement_execute()
/PHP-8.3/main/streams/
H A Dstreams.c520 zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); in _php_stream_free()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c838 zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean); in pcre_get_compiled_regex_cache_ex()

Completed in 145 milliseconds