Searched defs:hashtable (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/libexec/bootpd/
H A Dhash.c119 hash_Reset(hash_tbl *hashtable, hash_freefp free_data) argument
176 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, hash_datum *key) argument
204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, hash_datum *key, hash_datum *element) argument
232 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, hash_datum *key, hash_freefp free_data) argument
294 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, hash_datum *key) argument
316 hash_NextEntry(hash_tbl *hashtable) argument
368 hash_FirstEntry(hash_tbl *hashtable) argument
[all...]
/freebsd-current/sys/netgraph/
H A Dng_etf.c151 struct filterhead hashtable[HASHSIZE]; member in struct:ETF
/freebsd-current/contrib/unbound/util/data/
H A Dmsgparse.h137 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member in struct:msg_parse
/freebsd-current/sys/dev/tsec/
H A Dif_tsec.c1883 uint32_t h, *hashtable = arg; local
1894 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; local

Completed in 86 milliseconds