Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c673 ssize_t opt_hdr_sz, sec_cnt; in find_pe_overlay() local
696 sec_cnt = archive_le16dec( in find_pe_overlay()
713 if (bytes < offset + sec_cnt * PE_SEC_HDR_LEN) { in find_pe_overlay()
715 offset + sec_cnt * PE_SEC_HDR_LEN, NULL); in find_pe_overlay()
721 while (sec_cnt > 0) { in find_pe_overlay()
730 sec_cnt--; in find_pe_overlay()