Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.h47 void zend_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TS…
H A Dzend_accelerator_blacklist.c374 void zend_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TS…
H A Dzend_accelerator_module.c700 …zend_accel_blacklist_apply(&accel_blacklist, (apply_func_arg_t) add_blacklist_path, blacklist TSRM… in ZEND_FUNCTION()
H A Dzend_accelerator_util_funcs.c213 …zend_hash_apply_with_argument(CG(function_table), (apply_func_arg_t)copy_internal_function, &ZCG(f… in zend_accel_copy_internal_functions()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_plugin.c170 PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS… in _mysqlnd_plugin_apply_with_argument()
H A Dmysqlnd.h75 PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS…
/PHP-5.5/Zend/
H A Dzend_list.c255 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) clean_module_resource, (voi… in zend_clean_module_rsrc_dtors_cb()
265 …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.h134 typedef int (*apply_func_arg_t)(void *pDest, void *argument TSRMLS_DC); typedef
140 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void * TSRM…
H A Dzend_ini.c226 …zend_hash_apply_with_argument(registered_zend_ini_directives, (apply_func_arg_t) zend_remove_ini_e… in zend_unregister_ini_entries()
242 …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.c82 …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.c655 …zend_hash_apply_with_argument(Z_ARRVAL_P(p), (apply_func_arg_t) zval_update_constant_inline_change… in zval_update_constant_ex()
1580 …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_builtin_functions.c1936 …zend_hash_apply_with_argument(&module_registry, (apply_func_arg_t) add_extension_info, return_valu… in ZEND_FUNCTION()
2011 …zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) add_constant_info, return_val… in ZEND_FUNCTION()
H A Dzend_hash.c731 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.5/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.5/ext/spl/
H A Dphp_spl.c834 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
843 …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.5/ext/phar/
H A Dtar.c1178 …zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_setupmetadata, (void *)… in phar_tar_flush()
1190 …zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_writeheaders, (void *) … in phar_tar_flush()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c430 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t) zval_update_constant, (void… in _class_string()
1888 …zend_hash_apply_with_argument(fptr->op_array.static_variables, (apply_func_arg_t) zval_update_cons… in ZEND_METHOD()
1977 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
2964 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
4024 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_… in ZEND_METHOD()
4045 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_… in ZEND_METHOD()
4331 zend_hash_apply_with_argument(args, (apply_func_arg_t)_zval_array_to_c_array, &params TSRMLS_CC); in ZEND_METHOD()
/PHP-5.5/main/streams/
H A Dstreams.c94 (apply_func_arg_t) _php_stream_release_context, in forget_persistent_resource_id_numbers()
522 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _php_stream_free_persistent… in _php_stream_free()
/PHP-5.5/ext/dba/
H A Ddba.c463 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) dba_close_pe_rsrc_deleter, … in dba_close_pe_rsrc()
/PHP-5.5/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.5/ext/odbc/
H A Dphp_odbc.c1153 (apply_func_arg_t) _close_pconn_with_id, (void *) &i TSRMLS_CC); in PHP_FUNCTION()
2739 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_id, (void… in PHP_FUNCTION()
/PHP-5.5/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()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c241 …zend_hash_apply_with_argument(&sorted_registry, (apply_func_arg_t) print_module_info, NULL TSRMLS_… in print_modules()

Completed in 96 milliseconds

12