Searched refs:find_cache_entry (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/usr.sbin/nscd/ |
| H A D | cachelib.c | 532 if (find_cache_entry(the_cache, params->entry_name) != NULL) { in register_cache_entry() 672 find_cache_entry(struct cache_ *the_cache, const char *entry_name) in find_cache_entry() function 676 TRACE_IN(find_cache_entry); in find_cache_entry() 680 TRACE_OUT(find_cache_entry); in find_cache_entry() 683 TRACE_OUT(find_cache_entry); in find_cache_entry()
|
| H A D | mp_ws_query.c | 223 c_entry = find_cache_entry(s_cache, in on_mp_write_session_request_process() 534 c_entry = find_cache_entry(s_cache, in register_new_mp_cache_entry()
|
| H A D | cachelib.h | 242 cache_entry find_cache_entry(cache, const char *);
|
| H A D | query.c | 439 c_entry = find_cache_entry(s_cache, in on_write_request_process() 520 c_entry = find_cache_entry(s_cache, in on_negative_write_request_process() 712 c_entry = find_cache_entry(s_cache, in on_read_request_process() 714 neg_c_entry = find_cache_entry(s_cache, in on_read_request_process()
|
| H A D | nscd.c | 125 config_entry->positive_cache_entry = find_cache_entry(retval, in init_cache_() 132 config_entry->negative_cache_entry = find_cache_entry(retval, in init_cache_()
|
| H A D | mp_rs_query.c | 217 c_entry = find_cache_entry(s_cache, dec_cache_entry_name); in on_mp_read_session_request_process()
|