Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/nscd/
HDcachelib.c528 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()
HDmp_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()
HDcachelib.h260 extern cache_entry find_cache_entry(cache, const char *);
HDquery.c435 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()
HDnscd.c122 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_()
HDmp_rs_query.c213 c_entry = find_cache_entry(s_cache, dec_cache_entry_name); in on_mp_read_session_request_process()