Searched refs:confidence (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.h120 int confidence; /* incremented for each verification */ member in struct:cache_ht_item_data_
H A Dcachelib.c729 /* pretend that entry was not found if confidence is below threshold*/
730 if (find_res->confidence <
835 if (find_res->confidence < common_entry->common_params.confidence_threshold) {
836 /* duplicate entry is no error, if confidence is low */
839 /* increase confidence on exact match (key and values) */
840 find_res->confidence++;
842 /* create new entry with low confidence, if value changed */
848 find_res->confidence = 1;
866 item_data.confidence = 1;

Completed in 123 milliseconds