zend_hash_apply_with_argument 2488 Zend/zend_API.c 	zend_hash_apply_with_argument(EG(class_table), clean_module_class, (void *) &module_number);
zend_hash_apply_with_argument 2175 Zend/zend_builtin_functions.c 		zend_hash_apply_with_argument(&module_registry, add_extension_info, return_value);
zend_hash_apply_with_argument 2237 Zend/zend_builtin_functions.c 		zend_hash_apply_with_argument(EG(zend_constants), add_constant_info, return_value);
zend_hash_apply_with_argument  101 Zend/zend_constants.c 	zend_hash_apply_with_argument(EG(zend_constants), clean_module_constant, (void *) &module_number);
zend_hash_apply_with_argument  133 Zend/zend_hash.h ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *);
zend_hash_apply_with_argument  275 Zend/zend_ini.c 	zend_hash_apply_with_argument(registered_zend_ini_directives, zend_remove_ini_entries, (void *) &module_number);
zend_hash_apply_with_argument  294 Zend/zend_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), zend_ini_refresh_cache, (void *)(zend_intptr_t) stage);
zend_hash_apply_with_argument  263 Zend/zend_list.c 		zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource_id));
zend_hash_apply_with_argument  273 Zend/zend_list.c 	zend_hash_apply_with_argument(&list_destructors, zend_clean_module_rsrc_dtors_cb, (void *) &module_number);
zend_hash_apply_with_argument  157 Zend/zend_ts_hash.c 	zend_hash_apply_with_argument(TS_HASH(ht), apply_func, argument);
zend_hash_apply_with_argument  480 ext/dba/dba.c  	zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info);
zend_hash_apply_with_argument  533 ext/oci8/oci8_statement.c 			zend_hash_apply_with_argument(statement->binds, php_oci_bind_pre_exec, (void *)&result);
zend_hash_apply_with_argument 1156 ext/odbc/php_odbc.c 				zend_hash_apply_with_argument(&EG(persistent_list), 
zend_hash_apply_with_argument 2761 ext/odbc/php_odbc.c 		zend_hash_apply_with_argument(&EG(persistent_list),	(apply_func_arg_t) _close_pconn_with_res, (void *) Z_RES_P(pv_conn));	
zend_hash_apply_with_argument  151 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply_with_argument(CG(function_table), (apply_func_arg_t)copy_internal_function, &ZCG(function_table));
zend_hash_apply_with_argument  481 ext/pcre/php_pcre.c 		zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean);
zend_hash_apply_with_argument   86 ext/phar/phar.c 			zend_hash_apply_with_argument(&(PHAR_G(phar_fname_map)), phar_set_writeable_bit, (void *)&ini);
zend_hash_apply_with_argument  366 ext/phar/phar.c 	zend_hash_apply_with_argument(&(PHAR_G(phar_alias_map)), phar_unalias_apply, phar_data);
zend_hash_apply_with_argument 3141 ext/phar/phar_object.c 	zend_hash_apply_with_argument(manifest, phar_set_compression, &compress);
zend_hash_apply_with_argument 3150 ext/phar/phar_object.c 	zend_hash_apply_with_argument(manifest, phar_test_compression, &test);
zend_hash_apply_with_argument 1193 ext/phar/tar.c 	zend_hash_apply_with_argument(&phar->manifest, phar_tar_setupmetadata, (void *) &pass);
zend_hash_apply_with_argument 1205 ext/phar/tar.c 	zend_hash_apply_with_argument(&phar->manifest, phar_tar_writeheaders, (void *) &pass);
zend_hash_apply_with_argument 2016 ext/phar/util.c 	zend_hash_apply_with_argument(&newmanifest, phar_update_cached_entry, (void *)phar);
zend_hash_apply_with_argument 1436 ext/phar/zip.c 	zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass);
zend_hash_apply_with_argument  809 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg);
zend_hash_apply_with_argument  817 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg);
zend_hash_apply_with_argument  177 main/php_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), php_ini_available, &module_number_available);
zend_hash_apply_with_argument  181 main/php_ini.c 		zend_hash_apply_with_argument(EG(ini_directives), php_ini_displayer, (void *)&module_number);
zend_hash_apply_with_argument  503 main/streams/streams.c 			zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream);