Searched refs:find_cache_entry (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/usr.sbin/nscd/ |
| HD | cachelib.c | 528 if (find_cache_entry(the_cache, params->entry_name) != NULL) { in register_cache_entry() 668 find_cache_entry(struct cache_ *the_cache, const char *entry_name) in find_cache_entry() function 672 TRACE_IN(find_cache_entry); in find_cache_entry() 676 TRACE_OUT(find_cache_entry); in find_cache_entry() 679 TRACE_OUT(find_cache_entry); in find_cache_entry()
|
| HD | 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()
|
| HD | cachelib.h | 260 extern cache_entry find_cache_entry(cache, const char *);
|
| HD | query.c | 435 c_entry = find_cache_entry(s_cache, in on_write_request_process() 516 c_entry = find_cache_entry(s_cache, in on_negative_write_request_process() 708 c_entry = find_cache_entry(s_cache, in on_read_request_process() 710 neg_c_entry = find_cache_entry(s_cache, in on_read_request_process()
|
| HD | nscd.c | 122 config_entry->positive_cache_entry = find_cache_entry(retval, in init_cache_() 129 config_entry->negative_cache_entry = find_cache_entry(retval, in init_cache_()
|
| HD | mp_rs_query.c | 213 c_entry = find_cache_entry(s_cache, dec_cache_entry_name); in on_mp_read_session_request_process()
|