Searched refs:cache_read (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/nscd/
H A Dcachelib.h243 int cache_read(cache_entry, const char *, size_t, char *, size_t *);
H A Dcachelib.c689 * the user will need to call cache_read again with the value buffer, that
695 cache_read(struct cache_entry_ *entry, const char *key, size_t key_size, function
704 TRACE_IN(cache_read);
724 TRACE_OUT(cache_read);
730 TRACE_OUT(cache_read);
767 TRACE_OUT(cache_read);
792 TRACE_OUT(cache_read);
H A Dquery.c717 read_response->error_code = cache_read(c_entry,
726 read_response->error_code = cache_read(c_entry,
737 read_response->error_code = cache_read(neg_c_entry,
746 read_response->error_code = cache_read(neg_c_entry,

Completed in 200 milliseconds