Home
last modified time | relevance | path

Searched refs:wget_hashmap_put (Results 1 – 12 of 12) sorted by relevance

/dports/www/wget2/wget2-2.0.0/src/
H A Dblacklist.c251 wget_hashmap_put(blacklist, iri, entryp); in blacklist_add()
276 wget_hashmap_put(blacklist, blacklistp->iri, blacklistp); in blacklist_set_filename()
H A Dstats_server.c161 wget_hashmap_put(hosts, hostp, hostp); in server_stats_add()
H A Dhost.c120 wget_hashmap_put(hosts, hostp, hostp); in host_add()
H A Dwget.c2668 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 Ddns_cache.c208 wget_hashmap_put(cache->cache, entryp, entryp); in wget_dns_cache_add()
H A Docsp.c300 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 Dnetrc.c170 wget_hashmap_put(netrc_db->machines, netrc, netrc); in wget_netrc_db_add()
H A Dtls_session.c236 wget_hashmap_put(tls_session_db->entries, tls_session, tls_session); in wget_tls_session_db_add()
H A Dhpkp_db.c234 wget_hashmap_put(hpkp_db->entries, hpkp, hpkp); in wget_hpkp_db_add()
H A Dhsts.c287 wget_hashmap_put(hsts_db->entries, hsts, hsts); in hsts_db_add_entry()
H A Dhashmap.c286 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 Dwget.h759 wget_hashmap_put(wget_hashmap *h, const void *key, const void *value);
862 return wget_hashmap_put(h, key, value); in wget_stringmap_put()