Home
last modified time | relevance | path

Searched refs:wget_hashmap_value_destructor (Results 1 – 8 of 8) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhashmap.c57 wget_hashmap_value_destructor
585 void wget_hashmap_set_value_destructor(wget_hashmap *h, wget_hashmap_value_destructor *destructor) in wget_hashmap_set_value_destructor()
H A Ddns_cache.c112 wget_hashmap_set_value_destructor(_cache->cache, (wget_hashmap_value_destructor *) free_dns); in wget_dns_cache_init()
H A Docsp.c654 wget_hashmap_set_value_destructor(fingerprints, (wget_hashmap_value_destructor *) free_ocsp); in wget_ocsp_db_init()
658 wget_hashmap_set_value_destructor(hosts, (wget_hashmap_value_destructor *) free_ocsp); in wget_ocsp_db_init()
H A Dnetrc.c137 wget_hashmap_set_value_destructor(machines, (wget_hashmap_value_destructor *) wget_netrc_free); in wget_netrc_db_init()
H A Dtls_session.c185 …wget_hashmap_set_value_destructor(entries, (wget_hashmap_value_destructor *) wget_tls_session_free… in wget_tls_session_db_init()
H A Dhsts.c561 wget_hashmap_set_value_destructor(hsts_db->entries, (wget_hashmap_value_destructor *) free_hsts); in wget_hsts_db_init()
/dports/www/wget2/wget2-2.0.0/src/
H A Dblacklist.c200 static wget_hashmap_value_destructor free_value;
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h751 typedef void wget_hashmap_value_destructor(void *value); typedef
784 wget_hashmap_set_value_destructor(wget_hashmap *h, wget_hashmap_value_destructor *destructor);
1034 wget_hashmap_set_value_destructor(h, (wget_hashmap_value_destructor *) destructor); in wget_stringmap_set_value_destructor()