Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/nscd/
H A Dparser.c164 memcpy(&entry->negative_cache_params.max_lifetime, in set_negative_time_to_live()
198 entry->negative_cache_params.confidence_threshold = conf_thresh; in set_negative_confidence_threshold()
221 entry->negative_cache_params.max_elemsize = count; in set_keep_hot_count()
253 entry->negative_cache_params.policy = policy; in set_negative_policy()
288 entry->negative_cache_params.cache_entries_size = size; in set_suggested_size()
H A Dconfig.c164 memcpy(&retval->negative_cache_params, negative_params, in create_configuration_entry()
182 asprintf(&retval->negative_cache_params.cep.entry_name, "%s-", name); in create_configuration_entry()
183 assert(retval->negative_cache_params.cep.entry_name != NULL); in create_configuration_entry()
254 free(entry->negative_cache_params.cep.entry_name); in destroy_configuration_entry()
H A Dconfig.h67 struct common_cache_entry_params negative_cache_params; member
H A Dnscd.c131 &config_entry->negative_cache_params); in init_cache_()
133 config_entry->negative_cache_params.cep.entry_name); in init_cache_()
H A Dquery.c521 qstate->config_entry->negative_cache_params.cep.entry_name); in on_negative_write_request_process()
715 qstate->config_entry->negative_cache_params.cep.entry_name); in on_read_request_process()