Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/nscd/
HDnscd.c814 s_cache = init_cache_(s_configuration); in main()
815 if (s_cache == NULL) { in main()
826 destroy_cache_(s_cache); in main()
836 thread_args->the_cache = s_cache; in main()
852 processing_loop(s_cache, s_runtime_env, s_configuration); in main()
860 destroy_cache_(s_cache); in main()
HDsingletons.c36 cache s_cache = INVALID_CACHE; variable
HDsingletons.h43 extern cache s_cache;
HDmp_ws_query.c223 c_entry = find_cache_entry(s_cache, in on_mp_write_session_request_process()
528 register_cache_entry(s_cache, (struct cache_entry_params *) in register_new_mp_cache_entry()
534 c_entry = find_cache_entry(s_cache, in register_new_mp_cache_entry()
HDquery.c439 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()
HDmp_rs_query.c217 c_entry = find_cache_entry(s_cache, dec_cache_entry_name); in on_mp_read_session_request_process()