Home
last modified time | relevance | path

Searched refs:zend_hash_apply (Results 1 – 25 of 29) sorted by relevance

12

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_plugin.c124 zend_hash_apply(&mysqlnd_registered_plugins, mysqlnd_plugin_end_apply_func TSRMLS_CC); in mysqlnd_plugin_subsystem_end()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c658 zend_hash_apply(&ce->properties_info, (apply_func_t) zend_update_property_info_ce TSRMLS_CC);
665 zend_hash_apply(class_table, (apply_func_t) zend_update_parent_ce TSRMLS_CC);
H A Dzend_accelerator_util_funcs.c166 zend_hash_apply(ht, (apply_func_t) is_not_internal_function TSRMLS_CC); in zend_accel_free_user_functions()
H A DZendAccelerator.c2258 zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
2272 zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
/PHP-5.5/sapi/apache/
H A Dmod_php5.c625zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); in send_php()
904zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); in php_xbithack_handler()
/PHP-5.5/Zend/
H A Dzend_ts_hash.c161 zend_hash_apply(TS_HASH(ht), apply_func TSRMLS_CC); in zend_ts_hash_apply()
H A Dzend_opcode.c162 zend_hash_apply(&ce->function_table, (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC); in cleanup_user_class_data()
800 zend_hash_apply(&class_entry->function_table, (apply_func_t) pass_two TSRMLS_CC); in print_class()
H A Dzend_execute.c1445 zend_hash_apply(&EG(symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC); \
1447 zend_hash_apply(EG(active_symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC); \
1459 zend_hash_apply(Z_ARRVAL_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC); in zend_check_symbol()
1463 zend_hash_apply(Z_OBJPROP_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC); in zend_check_symbol()
H A Dzend_hash.h139 ZEND_API void zend_hash_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
H A Dzend_ini.c122zend_hash_apply(EG(modified_ini_directives), (apply_func_t) zend_restore_ini_entry_wrapper TSRMLS_… in zend_ini_deactivate()
H A Dzend_constants.c172 zend_hash_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant_full TSRMLS_CC); in clean_non_persistent_constants()
H A Dzend_execute_API.c280 zend_hash_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC); in shutdown_executor()
281 zend_hash_apply(EG(class_table), (apply_func_t) zend_cleanup_class_data TSRMLS_CC); in shutdown_executor()
H A Dzend_hash.c707 ZEND_API void zend_hash_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_hash_apply() function
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c672zend_hash_apply((HashTable *) per_dir_conf->ini_settings, (apply_func_t) php_apache_alter_ini_entr… in send_php()
1189zend_hash_apply((HashTable *) conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRM… in php_xbithack_handler()
1271zend_hash_apply((HashTable *)conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRML… in php_run_hook()
/PHP-5.5/ext/standard/
H A Dinfo.c1073 zend_hash_apply(&sorted_registry, (apply_func_t) _display_module_info_func TSRMLS_CC); in php_print_info()
1078 zend_hash_apply(&sorted_registry, (apply_func_t) _display_module_info_def TSRMLS_CC); in php_print_info()
/PHP-5.5/ext/oci8/
H A Doci8_statement.c182 zend_hash_apply(statement->columns, (apply_func_t) php_oci_cleanup_pre_fetch TSRMLS_CC); in php_oci_statement_fetch()
470 zend_hash_apply(statement->binds, (apply_func_t) php_oci_bind_post_exec TSRMLS_CC); in php_oci_statement_execute()
H A Doci8.c1327 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC); in PHP_RSHUTDOWN_FUNCTION()
2042 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC); in php_oci_do_connect_ex()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c201 zend_hash_apply(&sorted_registry, (apply_func_t) print_module_info TSRMLS_CC); in print_modules()
/PHP-5.5/main/
H A Drfc1867.c199 zend_hash_apply(SG(rfc1867_uploaded_files), (apply_func_t) unlink_filename TSRMLS_CC); in destroy_uploaded_files_hash()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c953 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once TSRMLS_CC); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar.c364 zend_hash_apply(&(phar_data->manifest), phar_tmpclose_apply TSRMLS_CC); in destroy_phar_data()
2746 zend_hash_apply(&phar->manifest, phar_flush_clean_deleted_apply TSRMLS_CC);
/PHP-5.5/main/streams/
H A Dstreams.c104zend_hash_apply(&EG(persistent_list), (apply_func_t)forget_persistent_resource_id_numbers TSRMLS_C… in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c387 zend_hash_apply(&EG(regular_list),(apply_func_t) _clean_invalid_results TSRMLS_CC); in _close_mssql_link()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c671 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysql_persistent_helper TSRMLS_CC); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c334 zend_hash_apply(&EG(regular_list), (apply_func_t) _clean_invalid_results TSRMLS_CC); in _close_sybase_link()

Completed in 140 milliseconds

12