Home
last modified time | relevance | path

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

12

/PHP-5.3/main/
H A Dphp3_compat.h82 #define _php3_hash_apply_with_argument zend_hash_apply_with_argument
H A Dphp_ini.c176zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_available, &module_nu… in display_ini_entries()
180zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (… in display_ini_entries()
/PHP-5.3/Zend/
H A Dzend_list.c256zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) clean_module_resource, (voi… in zend_clean_module_rsrc_dtors_cb()
266zend_hash_apply_with_argument(&list_destructors, (apply_func_arg_t) zend_clean_module_rsrc_dtors_c… in zend_clean_module_rsrc_dtors()
H A Dzend_ini.c224zend_hash_apply_with_argument(registered_zend_ini_directives, (apply_func_arg_t) zend_remove_ini_e… in zend_unregister_ini_entries()
240zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void… in zend_ini_refresh_caches()
H A Dzend_ts_hash.c168 zend_hash_apply_with_argument(TS_HASH(ht), apply_func, argument TSRMLS_CC); in zend_ts_hash_apply_with_argument()
H A Dzend_constants.c80zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) clean_module_constant, (void … in clean_module_constants()
H A Dzend_hash.h139 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void * TSRM…
H A Dzend_execute_API.c689zend_hash_apply_with_argument(Z_ARRVAL_P(p), (apply_func_arg_t) zval_update_constant_inline_change… in zval_update_constant_ex()
1624zend_hash_apply_with_argument(&ce->function_table, (apply_func_arg_t) zend_verify_abstract_class_f… in zend_verify_abstract_class()
H A Dzend_API.c1011zend_hash_apply_with_argument(&class_type->constants_table, (apply_func_arg_t) zval_update_constan… in zend_update_class_constants()
1012zend_hash_apply_with_argument(&class_type->default_properties, (apply_func_arg_t) zval_update_cons… in zend_update_class_constants()
1057zend_hash_apply_with_argument(CE_STATIC_MEMBERS(class_type), (apply_func_arg_t) zval_update_consta… in zend_update_class_constants()
2101zend_hash_apply_with_argument(EG(class_table), (apply_func_arg_t) clean_module_class, (void *) &mo… in clean_module_classes()
H A Dzend_builtin_functions.c1827zend_hash_apply_with_argument(&module_registry, (apply_func_arg_t) add_extension_info, return_valu… in ZEND_FUNCTION()
1897zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) add_constant_info, return_val… in ZEND_FUNCTION()
H A Dzend_hash.c689 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *argum… in zend_hash_apply_with_argument() function
/PHP-5.3/ext/spl/
H A Dphp_spl.c787zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
796zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
/PHP-5.3/ext/ereg/
H A Dereg.c141 zend_hash_apply_with_argument(&EREG(ht_rc), ereg_clean_cache, &num_clean TSRMLS_CC); in _php_regcomp()
/PHP-5.3/ext/phar/
H A Dtar.c1155zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_setupmetadata, (void *)… in phar_tar_flush()
1167zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_writeheaders, (void *) … in phar_tar_flush()
H A Dphar.c88zend_hash_apply_with_argument(&(PHAR_GLOBALS->phar_fname_map), phar_set_writeable_bit, (void *)&in… in ZEND_INI_MH()
371zend_hash_apply_with_argument(&(PHAR_GLOBALS->phar_alias_map), phar_unalias_apply, phar_data TSRML… in destroy_phar_data()
H A Dzip.c1405 zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass TSRMLS_CC); in phar_zip_flush()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c407zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t) zval_update_constant, (void… in _class_string()
1736zend_hash_apply_with_argument(fptr->op_array.static_variables, (apply_func_arg_t) zval_update_cons… in ZEND_METHOD()
1825zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
2699zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
3762zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_… in ZEND_METHOD()
3783zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_… in ZEND_METHOD()
3993zend_hash_apply_with_argument(args, (apply_func_arg_t)_zval_array_to_c_array, &params TSRMLS_CC); in ZEND_METHOD()
/PHP-5.3/main/streams/
H A Dstreams.c93 zend_hash_apply_with_argument(&EG(regular_list), in forget_persistent_resource_id_numbers()
456zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _php_stream_free_persistent… in _php_stream_free()
/PHP-5.3/ext/dba/
H A Ddba.c444zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) dba_close_pe_rsrc_deleter, … in dba_close_pe_rsrc()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c241zend_hash_apply_with_argument(&sorted_registry, (apply_func_arg_t) print_module_info, NULL TSRMLS_… in print_modules()
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1150zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) sqlite_free_persistent, &in… in sqlite_object_free_storage()
1771 zend_hash_apply_with_argument(&EG(regular_list), in PHP_FUNCTION()
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c428 zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean TSRMLS_CC); in pcre_get_compiled_regex_cache()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c240zend_hash_apply_with_argument(&sorted_registry, (apply_func_arg_t) print_module_info, NULL TSRMLS_… in print_modules()
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c1113 zend_hash_apply_with_argument(&EG(persistent_list), in PHP_FUNCTION()
2689zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_id, (void… in PHP_FUNCTION()
/PHP-5.3/ext/oci8/
H A Doci8_statement.c454zend_hash_apply_with_argument(statement->binds, (apply_func_arg_t) php_oci_bind_pre_exec, (void *)… in php_oci_statement_execute()

Completed in 219 milliseconds

12