Home
last modified time | relevance | path

Searched defs:hashtable (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/lib/libc/sysvipc/
H A Dsysvipc_hash.c37 struct hashtable *hashtable; in _hash_init() local
67 _hash_destroy(struct hashtable *hashtable) in _hash_destroy()
83 _hash_insert(struct hashtable *hashtable, u_long key, void *value) in _hash_insert()
96 _hash_lookup(struct hashtable *hashtable, u_long key) in _hash_lookup()
114 _hash_remove(struct hashtable *hashtable, u_long key) in _hash_remove()
H A Dsysvipc_hash.h41 struct hashtable { struct
46 struct hashtable *_hash_init(int); argument
/dflybsd-src/libexec/bootpd/
H A Dhash.c124 hash_Reset(hash_tbl *hashtable, hash_freefp free_data) in hash_Reset()
181 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists()
209 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert()
237 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Delete()
299 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup()
321 hash_NextEntry(hash_tbl *hashtable) in hash_NextEntry()
373 hash_FirstEntry(hash_tbl *hashtable) in hash_FirstEntry()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhashtable.h92 class hashtable; in _GLIBCXX_VISIBILITY() local
249 class hashtable; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhashtable.h93 class hashtable; in _GLIBCXX_VISIBILITY() local
250 class hashtable; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/sys/netgraph7/
H A Dng_vlan.c142 struct filterhead hashtable[HASHSIZE]; member
/dflybsd-src/sys/netgraph7/etf/
H A Dng_etf.c152 struct filterhead hashtable[HASHSIZE]; member
/dflybsd-src/sys/netgraph/etf/
H A Dng_etf.c154 struct filterhead hashtable[HASHSIZE]; member
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dhash.c428 char *hashtable[TABLES]; variable
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dhash.c428 char *hashtable[TABLES]; variable
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-profile.c110 account_time_size (hash_table<histogram_hash> *hashtable, in account_time_size()