Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_list.c251zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource… in zend_clean_module_rsrc_dtors_cb()
261zend_hash_apply_with_argument(&list_destructors, zend_clean_module_rsrc_dtors_cb, (void *) &module… in zend_clean_module_rsrc_dtors()
H A Dzend_constants.c99 zend_hash_apply_with_argument(EG(zend_constants), clean_module_constant, (void *) &module_number); in clean_module_constants()
H A Dzend_ini.c292 zend_hash_apply_with_argument(ini_directives, zend_remove_ini_entries, (void *) &module_number); in zend_unregister_ini_entries_ex()
H A Dzend_hash.h157 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun…
H A Dzend_API.c3200 zend_hash_apply_with_argument(EG(class_table), clean_module_class, (void *) &module_number); in clean_module_classes()
3218 zend_hash_apply_with_argument(CG(function_table), clean_module_function, module); in clean_module_functions()
H A Dzend_hash.c2094 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun… in zend_hash_apply_with_argument() function
/php-src/ext/phar/
H A Dtar.c1196 zend_hash_apply_with_argument(&phar->manifest, phar_tar_setupmetadata, (void *) &pass); in phar_tar_flush()
1208 zend_hash_apply_with_argument(&phar->manifest, phar_tar_writeheaders, (void *) &pass); in phar_tar_flush()
H A Dphar.c74 zend_hash_apply_with_argument(&(PHAR_G(phar_fname_map)), phar_set_writeable_bit, (void *)&ini); in ZEND_INI_MH()
339 zend_hash_apply_with_argument(&(PHAR_G(phar_alias_map)), phar_unalias_apply, phar_data); in destroy_phar_data()
H A Dzip.c1479 zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass); in phar_zip_flush()
H A Dutil.c2064 zend_hash_apply_with_argument(&newmanifest, phar_update_cached_entry, (void *)phar); in phar_copy_cached_phar()
H A Dphar_object.c3160 zend_hash_apply_with_argument(manifest, phar_set_compression, &compress); in pharobj_set_compression()
3169 zend_hash_apply_with_argument(manifest, phar_test_compression, &test); in pharobj_cancompress()
/php-src/ext/dba/
H A Ddba.c317 zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info); in dba_close_pe_rsrc()
/php-src/main/streams/
H A Dstreams.c520 zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); in _php_stream_free()
/php-src/ext/pcre/
H A Dphp_pcre.c830 zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean); in pcre_get_compiled_regex_cache_ex()
/php-src/ext/odbc/
H A Dphp_odbc.c2442 zend_hash_apply_with_argument(&EG(persistent_list), _close_pconn_with_res, (void *) connection);

Completed in 102 milliseconds