Home
last modified time | relevance | path

Searched refs:init_cache (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/iconv/
H A Dcitrus_iconv.c74 init_cache(void) in init_cache() function
289 init_cache(); in _citrus_iconv_open()
/freebsd/usr.sbin/nscd/
H A Dcachelib.h234 cache init_cache(struct cache_params const *);
H A Dcachelib.c475 init_cache(struct cache_params const *params) in init_cache() function
479 TRACE_IN(init_cache); in init_cache()
495 TRACE_OUT(init_cache); in init_cache()
H A Dnscd.c110 retval = init_cache(&params); in init_cache_()