Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_list.c255zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource… in zend_clean_module_rsrc_dtors_cb()
265zend_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.c95 zend_hash_apply_with_argument(EG(zend_constants), clean_module_constant, (void *) &module_number); in clean_module_constants()
H A Dzend_ini.c271zend_hash_apply_with_argument(registered_zend_ini_directives, zend_remove_ini_entries, (void *) &m… in zend_unregister_ini_entries()
H A Dzend_hash.h154 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun…
H A Dzend_hash.c1825 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.c2546 zend_hash_apply_with_argument(EG(class_table), clean_module_class, (void *) &module_number); in clean_module_classes()
/PHP-7.4/ext/phar/
H A Dtar.c1213 zend_hash_apply_with_argument(&phar->manifest, phar_tar_setupmetadata, (void *) &pass); in phar_tar_flush()
1225 zend_hash_apply_with_argument(&phar->manifest, phar_tar_writeheaders, (void *) &pass); in phar_tar_flush()
H A Dphar.c84 zend_hash_apply_with_argument(&(PHAR_G(phar_fname_map)), phar_set_writeable_bit, (void *)&ini); in ZEND_INI_MH()
362 zend_hash_apply_with_argument(&(PHAR_G(phar_alias_map)), phar_unalias_apply, phar_data); in destroy_phar_data()
H A Dzip.c1455 zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass); in phar_zip_flush()
H A Dutil.c2034 zend_hash_apply_with_argument(&newmanifest, phar_update_cached_entry, (void *)phar); in phar_copy_cached_phar()
H A Dphar_object.c3196 zend_hash_apply_with_argument(manifest, phar_set_compression, &compress); in pharobj_set_compression()
3205 zend_hash_apply_with_argument(manifest, phar_test_compression, &test); in pharobj_cancompress()
/PHP-7.4/ext/dba/
H A Ddba.c483 zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info); in dba_close_pe_rsrc()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1166 zend_hash_apply_with_argument(&EG(persistent_list), in PHP_FUNCTION()
2777zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_res, (voi… in PHP_FUNCTION()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c547 zend_hash_apply_with_argument(statement->binds, php_oci_bind_pre_exec, (void *)&result); in php_oci_statement_execute()
/PHP-7.4/main/streams/
H A Dstreams.c519 zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); in _php_stream_free()
/PHP-7.4/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 107 milliseconds