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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c272 * block_flags_u8 field. I.e. bf_byte_count, etc. */
489 uint8_t bf_byte_count(const struct compressed_block_header* hdr) { function
2656 if(bf_byte_count(hdr) > 2) {
2659 bf_byte_count(hdr));
2666 switch(bf_byte_count(hdr)) {
3363 bf_byte_count(&rar->last_block_hdr) + 1;

Completed in 75 milliseconds