Searched refs:wget_hashmap_put (Results 1 – 12 of 12) sorted by relevance
/dports/www/wget2/wget2-2.0.0/src/ |
H A D | blacklist.c | 251 wget_hashmap_put(blacklist, iri, entryp); in blacklist_add() 276 wget_hashmap_put(blacklist, blacklistp->iri, blacklistp); in blacklist_set_filename()
|
H A D | stats_server.c | 161 wget_hashmap_put(hosts, hostp, hostp); in server_stats_add()
|
H A D | host.c | 120 wget_hashmap_put(hosts, hostp, hostp); in host_add()
|
H A D | wget.c | 2668 if (wget_hashmap_put(known_urls, wget_strmemdup(buf.data, buf.length), NULL) == 0) { in html_parse() 2742 if (wget_hashmap_put(known_urls, (p = wget_strmemdup(url->p, url->len)), NULL)) { in sitemap_parse_xml() 2759 if (wget_hashmap_put(known_urls, (p = wget_strmemdup(url->p, url->len)), NULL)) { in sitemap_parse_xml() 2872 if (wget_hashmap_put(known_urls, (p = wget_strmemdup(url->p, url->len)), NULL)) { in add_urls()
|
/dports/www/wget2/wget2-2.0.0/libwget/ |
H A D | dns_cache.c | 208 wget_hashmap_put(cache->cache, entryp, entryp); in wget_dns_cache_add()
|
H A D | ocsp.c | 300 wget_hashmap_put(ocsp_db->fingerprints, ocsp, ocsp); in ocsp_db_add_fingerprint_entry() 364 wget_hashmap_put(ocsp_db->hosts, ocsp, ocsp); in ocsp_db_add_host_entry()
|
H A D | netrc.c | 170 wget_hashmap_put(netrc_db->machines, netrc, netrc); in wget_netrc_db_add()
|
H A D | tls_session.c | 236 wget_hashmap_put(tls_session_db->entries, tls_session, tls_session); in wget_tls_session_db_add()
|
H A D | hpkp_db.c | 234 wget_hashmap_put(hpkp_db->entries, hpkp, hpkp); in wget_hpkp_db_add()
|
H A D | hsts.c | 287 wget_hashmap_put(hsts_db->entries, hsts, hsts); in hsts_db_add_entry()
|
H A D | hashmap.c | 286 int wget_hashmap_put(wget_hashmap *h, const void *key, const void *value) in wget_hashmap_put() function
|
/dports/www/wget2/wget2-2.0.0/include/wget/ |
H A D | wget.h | 759 wget_hashmap_put(wget_hashmap *h, const void *key, const void *value); 862 return wget_hashmap_put(h, key, value); in wget_stringmap_put()
|