Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/storage/
H A Dlruhash.h147 struct lruhash { struct
151 lruhash_sizefunc_type sizefunc; argument
153 lruhash_compfunc_type compfunc; argument
155 lruhash_delkeyfunc_type delkeyfunc; argument
157 lruhash_deldatafunc_type deldatafunc; argument
159 lruhash_markdelfunc_type markdelfunc; argument
168 struct lruhash_bin* array; argument
171 struct lruhash_entry* lru_start; argument
173 struct lruhash_entry* lru_end; argument
181 /** the maximum collisions were detected during the lruhash_insert operations. */ argument
[all …]