Lines Matching refs:CompSize

879     {Out3, CompSize, CRC} = put_z_file(CompMethod, UncompSize, Out2, F1,
882 Patch = <<CRC:32/little, CompSize:32/little>>,
886 Pos2 = Pos1 + CompSize,
887 LH2 = LH#local_file_header{comp_size = CompSize, crc32 = CRC},
976 raw_long_print_info_etc(#cd_file_header{comp_size = CompSize,
982 print_header(CompSize, MTime, UncompSize, FileName, FileComment),
988 print_header(CompSize, MTime, UncompSize, FileName, FileComment) ->
990 [CompSize, time_to_string(MTime), UncompSize,
991 get_percent(CompSize, UncompSize), FileName, FileComment]).
999 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1030 comp_size = CompSize,
1042 comp_size = CompSize,
1064 comp_size = CompSize,
1080 CompSize:32/little,
1097 comp_size = CompSize,
1107 CompSize:32/little,
1256 lists_foreach(fun({#zip_file{comp_size = CompSize,
1261 print_header(CompSize, MTime, UncompSize,
1373 #cd_file_header{comp_size = CompSize,
1378 offset = Offset, comp_size = CompSize}, #zip_file_extra{crc32 = CRC}} | Acc];
1463 {CompSize,CRC32} = case GPFlag band 8 =:= 8 of
1491 CompSize, Input, Output, OpO, Z),
1541 get_z_data(?DEFLATED, In0, FileName, CompSize, Input, Output, OpO, Z) ->
1545 {In1, Out1, UncompSize, CRC} = get_z_data_loop(CompSize, 0, In0, Out0, Input, Output, CRC0, Z),
1549 get_z_data(?STORED, In0, FileName, CompSize, Input, Output, OpO, _Z) ->
1552 {In1, Out1, CRC} = copy_data_loop(CompSize, In0, Out0, Input, Output, CRC0),
1554 {Out2, In1, CRC, CompSize};
1560 copy_data_loop(CompSize, In0, Out0, Input, Output, CRC0) ->
1561 N = erlang:min(?READ_BLOCK_SIZE, CompSize),
1568 copy_data_loop(CompSize-N, In1, Out1, Input, Output, CRC1)
1573 get_z_data_loop(CompSize, UncompSize, In0, Out0, Input, Output, CRC0, Z) ->
1574 N = erlang:min(?READ_BLOCK_SIZE, CompSize),
1582 get_z_data_loop(CompSize-N, UncompSize + iolist_size(Uncompressed),
1702 CompSize:32/little,
1718 comp_size = CompSize,
1736 CompSize:32/little,
1746 comp_size = CompSize,