Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_list.c263zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource… in zend_clean_module_rsrc_dtors_cb()
273zend_hash_apply_with_argument(&list_destructors, zend_clean_module_rsrc_dtors_cb, (void *) &module… in zend_clean_module_rsrc_dtors()
H A Dzend_ini.c275zend_hash_apply_with_argument(registered_zend_ini_directives, zend_remove_ini_entries, (void *) &m… in zend_unregister_ini_entries()
294zend_hash_apply_with_argument(EG(ini_directives), zend_ini_refresh_cache, (void *)(zend_intptr_t) … in zend_ini_refresh_caches()
H A Dzend_ts_hash.c157 zend_hash_apply_with_argument(TS_HASH(ht), apply_func, argument); in zend_ts_hash_apply_with_argument()
H A Dzend_constants.c101 zend_hash_apply_with_argument(EG(zend_constants), clean_module_constant, (void *) &module_number); in clean_module_constants()
H A Dzend_builtin_functions.c2232 zend_hash_apply_with_argument(&module_registry, add_extension_info, return_value); in ZEND_FUNCTION()
2294 zend_hash_apply_with_argument(EG(zend_constants), add_constant_info, return_value); in ZEND_FUNCTION()
H A Dzend_hash.h140 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun…
H A Dzend_hash.c1521 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.c2484 zend_hash_apply_with_argument(EG(class_table), clean_module_class, (void *) &module_number); in clean_module_classes()
/PHP-7.1/main/
H A Dphp_ini.c177 zend_hash_apply_with_argument(EG(ini_directives), php_ini_available, &module_number_available); in display_ini_entries()
181 zend_hash_apply_with_argument(EG(ini_directives), php_ini_displayer, (void *)&module_number); in display_ini_entries()
/PHP-7.1/ext/spl/
H A Dphp_spl.c820zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
828zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
/PHP-7.1/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.c86 zend_hash_apply_with_argument(&(PHAR_G(phar_fname_map)), phar_set_writeable_bit, (void *)&ini); in ZEND_INI_MH()
368 zend_hash_apply_with_argument(&(PHAR_G(phar_alias_map)), phar_unalias_apply, phar_data); in destroy_phar_data()
H A Dzip.c1434 zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass); in phar_zip_flush()
H A Dutil.c2038 zend_hash_apply_with_argument(&newmanifest, phar_update_cached_entry, (void *)phar); in phar_copy_cached_phar()
H A Dphar_object.c3189 zend_hash_apply_with_argument(manifest, phar_set_compression, &compress); in pharobj_set_compression()
3198 zend_hash_apply_with_argument(manifest, phar_test_compression, &test); in pharobj_cancompress()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c149zend_hash_apply_with_argument(CG(function_table), (apply_func_arg_t)copy_internal_function, &ZCG(f… in zend_accel_copy_internal_functions()
/PHP-7.1/ext/dba/
H A Ddba.c480 zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info); in dba_close_pe_rsrc()
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c1166 zend_hash_apply_with_argument(&EG(persistent_list), in PHP_FUNCTION()
2772zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_res, (voi… in PHP_FUNCTION()
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c571 zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean); in pcre_get_compiled_regex_cache()
/PHP-7.1/main/streams/
H A Dstreams.c503 zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); in _php_stream_free()
/PHP-7.1/ext/oci8/
H A Doci8_statement.c552 zend_hash_apply_with_argument(statement->binds, php_oci_bind_pre_exec, (void *)&result); in php_oci_statement_execute()

Completed in 140 milliseconds