Searched defs:cache_t (Results 1 – 6 of 6) sorted by relevance
54 typedef struct cache_t { struct55 int hsz;56 int bsz;57 Bucket *bp;58 int (*hfunc)(void *, int, int);59 int (*cfunc)(void *, void *, int);
66 } cache_t; typedef
53 } cache_t; typedef
68 } cache_t; typedef
84 } cache_t; typedef