Home
last modified time | relevance | path

Searched refs:find_cache_entry (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/nscd/
H A Dcachelib.c530 if (find_cache_entry(the_cache, params->entry_name) != NULL) { in register_cache_entry()
670 find_cache_entry(struct cache_ *the_cache, const char *entry_name) in find_cache_entry() function
674 TRACE_IN(find_cache_entry); in find_cache_entry()
678 TRACE_OUT(find_cache_entry); in find_cache_entry()
681 TRACE_OUT(find_cache_entry); in find_cache_entry()
H A Dcachelib.h240 cache_entry find_cache_entry(cache, const char *);
H A Dmp_ws_query.c220 c_entry = find_cache_entry(s_cache, in on_mp_write_session_request_process()
531 c_entry = find_cache_entry(s_cache, in register_new_mp_cache_entry()
H A Dquery.c436 c_entry = find_cache_entry(s_cache, in on_write_request_process()
517 c_entry = find_cache_entry(s_cache, in on_negative_write_request_process()
709 c_entry = find_cache_entry(s_cache, in on_read_request_process()
711 neg_c_entry = find_cache_entry(s_cache, in on_read_request_process()
H A Dnscd.c121 config_entry->positive_cache_entry = find_cache_entry(retval, in init_cache_()
128 config_entry->negative_cache_entry = find_cache_entry(retval, in init_cache_()
H A Dmp_rs_query.c214 c_entry = find_cache_entry(s_cache, dec_cache_entry_name); in on_mp_read_session_request_process()