Home
last modified time | relevance | path

Searched refs:wget_hashmap_create (Results 1 – 16 of 16) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dstringmap.c97 return wget_hashmap_create(max, hash_string, (wget_hashmap_compare_fn *) wget_strcmp); in wget_stringmap_create()
114 return wget_hashmap_create(max, hash_string_nocase, (wget_hashmap_compare_fn *) wget_strcasecmp); in wget_stringmap_create_nocase()
H A Dtest_linking_common.c18 wget_hashmap_create(0, NULL, NULL); // hashmap.c in main()
H A Dtest_linking.c23 wget_hashmap_create(0, NULL, NULL); // hashmap.c in main()
H A Ddns_cache.c106 …if (!(_cache->cache = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_dns, (wget_hashmap_com… in wget_dns_cache_init()
H A Docsp.c634 …wget_hashmap *fingerprints = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_ocsp, (wget_has… in wget_ocsp_db_init()
635 …wget_hashmap *hosts = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_ocsp, (wget_hashmap_co… in wget_ocsp_db_init()
H A Dnetrc.c123 …wget_hashmap *machines = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_netrc, (wget_hashma… in wget_netrc_db_init()
H A Dtls_session.c171 …wget_hashmap *entries = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_tls_session, (wget_h… in wget_tls_session_db_init()
H A Dhpkp_db.c481 …hpkp_db->entries = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_hpkp, (wget_hashmap_compa… in wget_hpkp_db_init()
H A Dhsts.c543 …wget_hashmap *entries = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_hsts, (wget_hashmap_… in wget_hsts_db_init()
H A Dhashmap.c167 wget_hashmap *wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) in wget_hashmap_create() function
/dports/www/wget2/wget2-2.0.0/src/
H A Dstats_server.c172 …hosts = wget_hashmap_create(16, (wget_hashmap_hash_fn *) host_hash, (wget_hashmap_compare_fn *) ho… in server_stats_init()
H A Dblacklist.c214 blacklist = wget_hashmap_create(128, hash_iri, (wget_hashmap_compare_fn *) wget_iri_compare); in blacklist_init()
H A Dhost.c111 …hosts = wget_hashmap_create(16, (wget_hashmap_hash_fn *) _host_hash, (wget_hashmap_compare_fn *) _… in host_add()
H A Dwget.c294 …known_urls = wget_hashmap_create(128, (wget_hashmap_hash_fn *) hash_url, (wget_hashmap_compare_fn … in program_init()
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h755wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MA…
/dports/www/wget2/wget2-2.0.0/
H A DChangeLog11602 Remove rarely used parameter 'off' from wget_hashmap_create()
11607 * libwget/hpkp.c: Adapt to the change in wget_hashmap_create()