Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/unbound/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 …]
/openbsd-src/sbin/unwind/libunbound/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 …]