Home
last modified time | relevance | path

Searched refs:negative_cache_params (Results 1 – 5 of 5) sorted by relevance

/src/usr.sbin/nscd/
H A Dparser.c162 memcpy(&entry->negative_cache_params.max_lifetime, in set_negative_time_to_live()
196 entry->negative_cache_params.confidence_threshold = conf_thresh; in set_negative_confidence_threshold()
219 entry->negative_cache_params.max_elemsize = count; in set_keep_hot_count()
251 entry->negative_cache_params.policy = policy; in set_negative_policy()
286 entry->negative_cache_params.cache_entries_size = size; in set_suggested_size()
H A Dconfig.c162 memcpy(&retval->negative_cache_params, negative_params, in create_configuration_entry()
180 asprintf(&retval->negative_cache_params.cep.entry_name, "%s-", name); in create_configuration_entry()
181 assert(retval->negative_cache_params.cep.entry_name != NULL); in create_configuration_entry()
252 free(entry->negative_cache_params.cep.entry_name); in destroy_configuration_entry()
H A Dconfig.h65 struct common_cache_entry_params negative_cache_params; member
H A Dnscd.c127 &config_entry->negative_cache_params); in init_cache_()
129 config_entry->negative_cache_params.cep.entry_name); in init_cache_()
H A Dquery.c518 qstate->config_entry->negative_cache_params.cep.entry_name); in on_negative_write_request_process()
712 qstate->config_entry->negative_cache_params.cep.entry_name); in on_read_request_process()