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

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_empty.c66 archive_read_format_empty_bid(struct archive_read *a, int best_bid) argument
68 if (best_bid < 1 && __archive_read_ahead(a, 1, NULL) == NULL)
H A Darchive_read_support_format_raw.c97 archive_read_format_raw_bid(struct archive_read *a, int best_bid) argument
99 if (best_bid < 1 && __archive_read_ahead(a, 1, NULL) != NULL)
H A Darchive_read_private.h201 int (*bid)(struct archive_read *, int best_bid);
H A Darchive_read.c559 int number_bidders, i, bid, best_bid, number_filters; local
568 best_bid = 0;
575 if (bid > best_bid) {
576 best_bid = bid;
710 int bid, best_bid; local
714 best_bid = -1;
721 bid = (a->format->bid)(a, best_bid);
726 if ((bid > best_bid) || (best_bid_slot < 0)) {
727 best_bid = bid;
747 if (best_bid <
[all...]
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_warc.c182 _warc_bid(struct archive_read *a, int best_bid) argument
188 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_cpio.c257 archive_read_format_cpio_bid(struct archive_read *a, int best_bid) argument
263 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_mtree.c648 mtree_bid(struct archive_read *a, int best_bid) argument
653 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_zip.c3124 archive_read_format_zip_streamable_bid(struct archive_read *a, int best_bid) argument
3128 (void)best_bid; /* UNUSED */
3490 archive_read_format_zip_seekable_bid(struct archive_read *a, int best_bid) argument
3499 if (best_bid > 32)
H A Darchive_read_support_format_iso9660.c495 archive_read_format_iso9660_bid(struct archive_read *a, int best_bid) argument
504 if (best_bid > 48)
H A Darchive_read_support_format_lha.c348 archive_read_format_lha_bid(struct archive_read *a, int best_bid) argument
357 if (best_bid > 30)
H A Darchive_read_support_format_tar.c357 archive_read_format_tar_bid(struct archive_read *a, int best_bid) argument
363 (void)best_bid; /* UNUSED */
H A Darchive_read_support_format_rar5.c1102 static int rar5_bid(struct archive_read* a, int best_bid) { argument
1105 if(best_bid > 30)
H A Darchive_read_support_format_cab.c410 archive_read_format_cab_bid(struct archive_read *a, int best_bid) argument
417 if (best_bid > 64)
H A Darchive_read_support_format_rar.c695 archive_read_format_rar_bid(struct archive_read *a, int best_bid) argument
700 if (best_bid > 30)
H A Darchive_read_support_format_7zip.c466 archive_read_format_7zip_bid(struct archive_read *a, int best_bid) argument
472 if (best_bid > 32)
H A Darchive_read_support_format_xar.c484 xar_bid(struct archive_read *a, int best_bid) argument
489 (void)best_bid; /* UNUSED */

Completed in 695 milliseconds