Searched refs:find_cache_entry (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/nscd/ |
H A D | cachelib.c | 530 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 D | cachelib.h | 240 cache_entry find_cache_entry(cache, const char *);
|
H A D | mp_ws_query.c | 220 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 D | query.c | 436 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 D | nscd.c | 121 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 D | mp_rs_query.c | 214 c_entry = find_cache_entry(s_cache, dec_cache_entry_name); in on_mp_read_session_request_process()
|