Home
last modified time | relevance | path

Searched refs:confidence_threshold (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/usr.sbin/nscd/
H A Dcachelib.h93 int confidence_threshold; /* number matching replies required */ member
H A Dparser.c180 entry->positive_cache_params.confidence_threshold = conf_thresh; in set_positive_confidence_threshold()
196 entry->negative_cache_params.confidence_threshold = conf_thresh; in set_negative_confidence_threshold()
H A Dconfig.c210 positive_params.confidence_threshold = DEFAULT_POSITIVE_CONF_THRESH; in create_def_configuration_entry()
218 negative_params.confidence_threshold = DEFAULT_NEGATIVE_CONF_THRESH; in create_def_configuration_entry()
H A Dcachelib.c729 common_entry->common_params.confidence_threshold) { in cache_read()
833 if (find_res->confidence < common_entry->common_params.confidence_threshold) { in cache_write()