Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_list.c247zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource… in zend_clean_module_rsrc_dtors_cb()
257zend_hash_apply_with_argument(&list_destructors, zend_clean_module_rsrc_dtors_cb, (void *) &module… in zend_clean_module_rsrc_dtors()
H A Dzend_ts_hash.c167 zend_hash_apply_with_argument(TS_HASH(ht), apply_func, argument); in zend_ts_hash_apply_with_argument()
H A Dzend_constants.c98 zend_hash_apply_with_argument(EG(zend_constants), clean_module_constant, (void *) &module_number); in clean_module_constants()
H A Dzend_ini.c260zend_hash_apply_with_argument(registered_zend_ini_directives, zend_remove_ini_entries, (void *) &m… in zend_unregister_ini_entries()
H A Dzend_hash.h152 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun…
H A Dzend_hash.c1850 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
H A Dzend_API.c2614 zend_hash_apply_with_argument(EG(class_table), clean_module_class, (void *) &module_number); in clean_module_classes()
/PHP-8.0/ext/phar/
H A Dtar.c1207 zend_hash_apply_with_argument(&phar->manifest, phar_tar_setupmetadata, (void *) &pass); in phar_tar_flush()
1219 zend_hash_apply_with_argument(&phar->manifest, phar_tar_writeheaders, (void *) &pass); in phar_tar_flush()
H A Dphar.c85 zend_hash_apply_with_argument(&(PHAR_G(phar_fname_map)), phar_set_writeable_bit, (void *)&ini); in ZEND_INI_MH()
350 zend_hash_apply_with_argument(&(PHAR_G(phar_alias_map)), phar_unalias_apply, phar_data); in destroy_phar_data()
H A Dzip.c1435 zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass); in phar_zip_flush()
H A Dutil.c2019 zend_hash_apply_with_argument(&newmanifest, phar_update_cached_entry, (void *)phar); in phar_copy_cached_phar()
H A Dphar_object.c3151 zend_hash_apply_with_argument(manifest, phar_set_compression, &compress); in pharobj_set_compression()
3160 zend_hash_apply_with_argument(manifest, phar_test_compression, &test); in pharobj_cancompress()
/PHP-8.0/ext/dba/
H A Ddba.c382 zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info); in dba_close_pe_rsrc()
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c837 zend_hash_apply_with_argument(&EG(persistent_list), in PHP_FUNCTION()
2356zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_res, (voi… in PHP_FUNCTION()
/PHP-8.0/ext/oci8/
H A Doci8_statement.c545 zend_hash_apply_with_argument(statement->binds, php_oci_bind_pre_exec, (void *)&result); in php_oci_statement_execute()
/PHP-8.0/main/streams/
H A Dstreams.c517 zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); in _php_stream_free()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c854 zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean); in pcre_get_compiled_regex_cache_ex()

Completed in 149 milliseconds