Searched refs:wget_hashmap_create (Results 1 – 16 of 16) sorted by relevance
/dports/www/wget2/wget2-2.0.0/libwget/ |
H A D | stringmap.c | 97 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 D | test_linking_common.c | 18 wget_hashmap_create(0, NULL, NULL); // hashmap.c in main()
|
H A D | test_linking.c | 23 wget_hashmap_create(0, NULL, NULL); // hashmap.c in main()
|
H A D | dns_cache.c | 106 …if (!(_cache->cache = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_dns, (wget_hashmap_com… in wget_dns_cache_init()
|
H A D | ocsp.c | 634 …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 D | netrc.c | 123 …wget_hashmap *machines = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_netrc, (wget_hashma… in wget_netrc_db_init()
|
H A D | tls_session.c | 171 …wget_hashmap *entries = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_tls_session, (wget_h… in wget_tls_session_db_init()
|
H A D | hpkp_db.c | 481 …hpkp_db->entries = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_hpkp, (wget_hashmap_compa… in wget_hpkp_db_init()
|
H A D | hsts.c | 543 …wget_hashmap *entries = wget_hashmap_create(16, (wget_hashmap_hash_fn *) hash_hsts, (wget_hashmap_… in wget_hsts_db_init()
|
H A D | hashmap.c | 167 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 D | stats_server.c | 172 …hosts = wget_hashmap_create(16, (wget_hashmap_hash_fn *) host_hash, (wget_hashmap_compare_fn *) ho… in server_stats_init()
|
H A D | blacklist.c | 214 blacklist = wget_hashmap_create(128, hash_iri, (wget_hashmap_compare_fn *) wget_iri_compare); in blacklist_init()
|
H A D | host.c | 111 …hosts = wget_hashmap_create(16, (wget_hashmap_hash_fn *) _host_hash, (wget_hashmap_compare_fn *) _… in host_add()
|
H A D | wget.c | 294 …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 D | wget.h | 755 …wget_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 D | ChangeLog | 11602 Remove rarely used parameter 'off' from wget_hashmap_create() 11607 * libwget/hpkp.c: Adapt to the change in wget_hashmap_create()
|