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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_empty.c64 archive_read_format_empty_bid(struct archive_read *a, int best_bid) argument
66 if (best_bid < 1 && __archive_read_ahead(a, 1, NULL) == NULL)
H A Darchive_read_support_format_raw.c95 archive_read_format_raw_bid(struct archive_read *a, int best_bid) argument
97 if (best_bid < 1 && __archive_read_ahead(a, 1, NULL) != NULL)
H A Darchive_read.c548 int number_bidders, i, bid, best_bid; local
557 best_bid = 0;
564 if (bid > best_bid) {
565 best_bid = bid;
691 int bid, best_bid; local
695 best_bid = -1;
702 bid = (a->format->bid)(a, best_bid);
707 if ((bid > best_bid) || (best_bid_slot < 0)) {
708 best_bid = bid;
728 if (best_bid <
[all...]
H A Darchive_read_private.h202 int (*bid)(struct archive_read *, int best_bid);
H A Darchive_read_support_format_ar.c148 archive_read_format_ar_bid(struct archive_read *a, int best_bid) argument
152 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_zip.c245 archive_read_format_zip_seekable_bid(struct archive_read *a, int best_bid) argument
253 if (best_bid > 32)
795 archive_read_format_zip_streamable_bid(struct archive_read *a, int best_bid) argument
799 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_cpio.c255 archive_read_format_cpio_bid(struct archive_read *a, int best_bid) argument
261 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_mtree.c569 mtree_bid(struct archive_read *a, int best_bid) argument
574 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_iso9660.c492 archive_read_format_iso9660_bid(struct archive_read *a, int best_bid) argument
501 if (best_bid > 48)
H A Darchive_read_support_format_lha.c384 archive_read_format_lha_bid(struct archive_read *a, int best_bid) argument
393 if (best_bid > 30)
H A Darchive_read_support_format_rar.c666 archive_read_format_rar_bid(struct archive_read *a, int best_bid) argument
671 if (best_bid > 30)
H A Darchive_read_support_format_tar.c290 archive_read_format_tar_bid(struct archive_read *a, int best_bid) argument
296 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_7zip.c421 archive_read_format_7zip_bid(struct archive_read *a, int best_bid) argument
427 if (best_bid > 32)
H A Darchive_read_support_format_cab.c417 archive_read_format_cab_bid(struct archive_read *a, int best_bid) argument
424 if (best_bid > 64)
H A Darchive_read_support_format_xar.c478 xar_bid(struct archive_read *a, int best_bid) argument
483 (void)best_bid; /* UNUSED */

Completed in 289 milliseconds