Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dcachelib.h209 struct cache_ { struct
210 struct cache_params params; argument
212 struct cache_entry_ **entries; argument
218 typedef struct cache_ *cache; argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h144 Cache cache_; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp275 AllocatorCache* const cache_; member