Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Init
Final
Update
Package:
CRC
Goto spec source
Goto body source
Description
package
Zip.CRC
is
Cyclic redundancy check to verify archived data integrity
Subprograms & Entries
Init
Goto spec in source
Goto body in source
procedure
Init
(
Current_CRC
:
out
Unsigned_32);
References:
zip-crc.ads:7:13
(declaration)
unzip-decompress.adb:141:21
(call)
zip-crc.adb:39:14
(body)
zip-crc.adb:47:8
(label)
Called by:
Decompress.Decompress_data.UnZ_IO.Init_Buffers
defined at
unzip-decompress.adb:61:20
Calls:
CRC.Prepare_table
defined at
zip-crc.adb:5:14
Final
Goto spec in source
Goto body in source
function
Final
(
Current_CRC
: Unsigned_32)
return
Unsigned_32;
References:
zip-crc.ads:9:13
(declaration)
unzip-decompress.adb:2005:36
(call)
zip-crc.adb:49:13
(body)
Called by:
Decompress.Decompress_data
defined at
unzip-decompress.ads:20:14
Update
Goto spec in source
Goto body in source
procedure
Update
(
Current_CRC
:
in
out
Unsigned_32;
InBuf
:
Zip.Byte_Buffer
);
References:
zip-crc.ads:11:13
(declaration)
unzip-decompress.adb:219:24
(call)
unzip-decompress.adb:222:24
(call)
unzip-decompress.adb:382:21
(call)
unzip-decompress.adb:611:21
(call)
zip-crc.adb:25:14
(body)
zip-crc.adb:35:8
(label)
zip-crc.ads:12:18
(reference)
Called by:
Decompress.Decompress_data.UnZ_IO.Decryption.Update_keys defined at
unzip-decompress.adb:217:23
Decompress.Decompress_data.UnZ_IO.Decryption.Update_keys defined at
unzip-decompress.adb:217:23
Decompress.Decompress_data.UnZ_IO.Flush
defined at
unzip-decompress.adb:94:20
Decompress.Decompress_data.UnZ_Meth.Unshrink_Flush defined at
unzip-decompress.adb:583:20
Calls:
Shift_Right defined at interfac.ads:111:13