Searched refs:hash_table_remove (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhash.h45 int hash_table_remove (struct hash_table *, const void *);
H A Dconvert.c727 hash_table_remove (dl_url_file_map, mapping_url);
778 hash_table_remove (dl_file_url_map, file);
819 hash_table_remove (dl_url_file_map, url);
856 hash_table_remove (dl_file_url_map, file);
H A Dhash.c82 hash_table_remove -- remove key->value mapping for given key.
455 hash_table_remove (struct hash_table *ht, const void *key) function
516 hash_table_put or hash_table_remove on that entry's key. That is
535 /* hash_table_remove might have moved the adjacent cells. */
786 hash_table_remove (ht, line);
H A Dconnect.c991 hash_table_remove (transport_map, (void *)(intptr_t) fd);
H A Dhost.c637 hash_table_remove (host_name_addresses_map, host);
H A Dhtml-url.c206 hash_table_remove (interesting_tags, *ignored);
H A Dcookies.c309 hash_table_remove (jar->chains, victim->domain);

Completed in 120 milliseconds