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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read.c504 int best_bid_slot; local
508 best_bid_slot = -1;
517 if ((bid > best_bid) || (best_bid_slot < 0)) {
519 best_bid_slot = i;
528 if (best_bid_slot < 0)
543 return (best_bid_slot);

Completed in 104 milliseconds