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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read.c355 int number_bidders, i, bid, best_bid; local
364 best_bid = 0;
371 if (bid > best_bid) {
372 best_bid = bid;
503 int bid, best_bid; local
507 best_bid = -1;
517 if ((bid > best_bid) || (best_bid_slot < 0)) {
518 best_bid = bid;
537 if (best_bid < 1) {

Completed in 88 milliseconds