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

/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.h95 int confidence_threshold; /* number matching replies required */ member in struct:common_cache_entry_params
H A Dparser.c182 entry->positive_cache_params.confidence_threshold = conf_thresh;
198 entry->negative_cache_params.confidence_threshold = conf_thresh;
H A Dconfig.c212 positive_params.confidence_threshold = DEFAULT_POSITIVE_CONF_THRESH;
220 negative_params.confidence_threshold = DEFAULT_NEGATIVE_CONF_THRESH;
H A Dcachelib.c731 common_entry->common_params.confidence_threshold) {
835 if (find_res->confidence < common_entry->common_params.confidence_threshold) {

Completed in 114 milliseconds