Home
last modified time | relevance | path

Searched refs:apply_func_arg_t (Results 1 – 22 of 22) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_list.c256 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) clean_module_resource, (voi… in zend_clean_module_rsrc_dtors_cb()
266 …zend_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_hash.h133 typedef int (*apply_func_arg_t)(void *pDest, void *argument TSRMLS_DC); typedef
139 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void * TSRM…
H A Dzend_ini.c224 …zend_hash_apply_with_argument(registered_zend_ini_directives, (apply_func_arg_t) zend_remove_ini_e… in zend_unregister_ini_entries()
240 …zend_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.h74 ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *…
H A Dzend_ts_hash.c165 ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *… in zend_ts_hash_apply_with_argument()
H A Dzend_constants.c80 …zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) clean_module_constant, (void … in clean_module_constants()
H A Dzend_execute_API.c689 …zend_hash_apply_with_argument(Z_ARRVAL_P(p), (apply_func_arg_t) zval_update_constant_inline_change… in zval_update_constant_ex()
1624 …zend_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.c1011 …zend_hash_apply_with_argument(&class_type->constants_table, (apply_func_arg_t) zval_update_constan… in zend_update_class_constants()
1012 …zend_hash_apply_with_argument(&class_type->default_properties, (apply_func_arg_t) zval_update_cons… in zend_update_class_constants()
1057 …zend_hash_apply_with_argument(CE_STATIC_MEMBERS(class_type), (apply_func_arg_t) zval_update_consta… in zend_update_class_constants()
2101 …zend_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.c1827 …zend_hash_apply_with_argument(&module_registry, (apply_func_arg_t) add_extension_info, return_valu… in ZEND_FUNCTION()
1897 …zend_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()
/PHP-5.3/main/
H A Dphp_ini.c176 …zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_available, &module_nu… in display_ini_entries()
180 …zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (… in display_ini_entries()
/PHP-5.3/ext/spl/
H A Dphp_spl.c787 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
796 …zend_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/phar/
H A Dtar.c1155 …zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_setupmetadata, (void *)… in phar_tar_flush()
1167 …zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_writeheaders, (void *) … in phar_tar_flush()
H A Dutil.c2343 …zend_hash_apply_with_argument(&newmanifest, (apply_func_arg_t) phar_update_cached_entry, (void *)p…
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c407 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t) zval_update_constant, (void… in _class_string()
1736 …zend_hash_apply_with_argument(fptr->op_array.static_variables, (apply_func_arg_t) zval_update_cons… in ZEND_METHOD()
1825 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
2699 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
3762 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_… in ZEND_METHOD()
3783 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_… in ZEND_METHOD()
3993 … zend_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.c94 (apply_func_arg_t) _php_stream_release_context, in forget_persistent_resource_id_numbers()
456 …zend_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.c444 …zend_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.c241 …zend_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.c1150 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) sqlite_free_persistent, &in… in sqlite_object_free_storage()
1772 (apply_func_arg_t) _clean_unfinished_results, in PHP_FUNCTION()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c240 …zend_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.c1114 (apply_func_arg_t) _close_pconn_with_id, (void *) &i TSRMLS_CC); in PHP_FUNCTION()
2689 …zend_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.c454 …zend_hash_apply_with_argument(statement->binds, (apply_func_arg_t) php_oci_bind_pre_exec, (void *)… in php_oci_statement_execute()

Completed in 152 milliseconds