Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libarchive/libarchive/
Darchive_read_support_format_rar5.c489 uint8_t bf_byte_count(const struct compressed_block_header* hdr) { in bf_byte_count() function
2656 if(bf_byte_count(hdr) > 2) { in parse_block_header()
2659 bf_byte_count(hdr)); in parse_block_header()
2666 switch(bf_byte_count(hdr)) { in parse_block_header()
3363 bf_byte_count(&rar->last_block_hdr) + 1; in process_block()