Searched refs:hash_table_contains (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhash.h42 int hash_table_contains (const struct hash_table *, const void *);
H A Dconvert.c771 && !hash_table_contains (dl_url_file_map, url))
805 assert (!hash_table_contains (dl_url_file_map, url));
840 if (!hash_table_contains (dl_url_file_map, from))
H A Dhash.c81 hash_table_contains -- test whether the table contains key.
336 hash_table_contains to be sure that a (possibly NULL) value exists
373 hash_table_contains (const struct hash_table *ht, const void *key) function
778 if (!hash_table_contains (ht, line))
H A Drecur.c258 if (dl_url_file_map && hash_table_contains (dl_url_file_map, url))
H A Dutils.c1376 if (hash_table_contains (ht, s))
1386 /* Synonym for hash_table_contains... */
1391 return hash_table_contains (ht, s);
H A Dhttp.c415 && hash_table_contains(basic_authed_hosts, hostname))
441 if (!hash_table_contains(basic_authed_hosts, hostname))

Completed in 118 milliseconds