Searched refs:wget_hashmap_remove (Results 1 – 6 of 6) sorted by relevance
220 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()
283 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()
215 if (wget_hashmap_remove(hpkp_db->entries, hpkp)) in wget_hpkp_db_add()
267 if (wget_hashmap_remove(hsts_db->entries, hsts)) in hsts_db_add_entry()
403 int wget_hashmap_remove(wget_hashmap *h, const void *key) in wget_hashmap_remove() function
774 wget_hashmap_remove(wget_hashmap *h, const void *key);908 return wget_hashmap_remove(h, key); in wget_stringmap_remove()