Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_hash.h48 typedef void (*dtor_func_t)(void *pDest); typedef
75 dtor_func_t pDestructor;
99 ZEND_API int _zend_hash_init(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDes…
100 ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t p…
H A Dzend_ts_hash.h40 ZEND_API int _zend_ts_hash_init(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t
41 …s_hash_init_ex(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, ze…
H A Dzend_ts_hash.c62 ZEND_API int _zend_ts_hash_init(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t in _zend_ts_hash_init()
72 …s_hash_init_ex(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, ze… in _zend_ts_hash_init_ex()
H A Dzend_hash.c140 ZEND_API int _zend_hash_init(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDes… in _zend_hash_init()
187 ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t p… in _zend_hash_init_ex()
H A Dzend.c658 zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, (dtor_func_t) zend_auto_global_dtor, 1, 0); in zend_startup()
H A Dzend_compile.c184 zend_hash_init(&CG(filenames_table), 5, NULL, (dtor_func_t) free_estring, 0); in init_compiler()
5010 dtor_func_t zval_ptr_dtor_func = ((persistent_hashes) ? ZVAL_INTERNAL_PTR_DTOR : ZVAL_PTR_DTOR); in zend_initialize_class_data()
5020 …zend_hash_init_ex(&ce->properties_info, 0, NULL, (dtor_func_t) (persistent_hashes ? zend_destroy_p… in zend_initialize_class_data()
/PHP-5.3/main/
H A Dphp_ini.c263 zend_hash_init(Z_ARRVAL_P(option_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
334 zend_hash_init(Z_ARRVAL_P(section_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
376 if (zend_hash_init(&configuration_hash, 0, NULL, (dtor_func_t) config_zval_dtor, 1) == FAILURE) { in php_init_config()
H A Drfc1867.c837 zend_hash_init(uploaded_files, 5, NULL, (dtor_func_t) free_estring, 0);
/PHP-5.3/ext/standard/
H A Dbrowscap.c212 (dtor_func_t) (persistent?browscap_entry_dtor_persistent in php_browscap_parser_cb()
256 (dtor_func_t) (persistent?browscap_entry_dtor_persistent in browscap_read_file()
H A Duser_filters.c598 zend_hash_init(BG(user_filter_map), 5, NULL, (dtor_func_t) filter_item_dtor, 0); in PHP_FUNCTION()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c707 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);
1466 …zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry…
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c726 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);
1423 …zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry…
/PHP-5.3/ext/spl/
H A Dphp_spl.c551 zend_hash_init(SPL_G(autoload_functions), 1, NULL, (dtor_func_t) autoload_func_info_dtor, 0); in PHP_FUNCTION()
/PHP-5.3/main/streams/
H A Dstreams.c257 (dtor_func_t)zend_llist_destroy, 0); in php_stream_wrapper_log_error()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c3902 zend_hash_init(&ht_headers, 0, NULL, (dtor_func_t) my_smart_str_dtor, 0); in PHP_FUNCTION()

Completed in 113 milliseconds