Searched refs:best_bid_slot (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read.c711 int best_bid_slot; local
715 best_bid_slot = -1;
726 if ((bid > best_bid) || (best_bid_slot < 0)) {
728 best_bid_slot = i;
737 if (best_bid_slot < 0) {
753 return (best_bid_slot);

Completed in 68 milliseconds