Home
last modified time | relevance | path

Searched refs:wget_hashmap_remove (Results 1 – 6 of 6) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dtls_session.c220 if (wget_hashmap_remove(tls_session_db->entries, tls_session)) { in wget_tls_session_db_add()
231 if (wget_hashmap_remove(tls_session_db->entries, old)) in wget_tls_session_db_add()
H A Docsp.c283 if (wget_hashmap_remove(ocsp_db->fingerprints, ocsp)) in ocsp_db_add_fingerprint_entry()
348 if (wget_hashmap_remove(ocsp_db->hosts, ocsp)) in ocsp_db_add_host_entry()
H A Dhpkp_db.c215 if (wget_hashmap_remove(hpkp_db->entries, hpkp)) in wget_hpkp_db_add()
H A Dhsts.c267 if (wget_hashmap_remove(hsts_db->entries, hsts)) in hsts_db_add_entry()
H A Dhashmap.c403 int wget_hashmap_remove(wget_hashmap *h, const void *key) in wget_hashmap_remove() function
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h774 wget_hashmap_remove(wget_hashmap *h, const void *key);
908 return wget_hashmap_remove(h, key); in wget_stringmap_remove()