Searched defs:adler32 (Results 1 – 14 of 14) sorted by relevance
21 ZEXPORT(uLong) adler32( /* adler, buf, len) */ in adler32() function
35 # define adler32 z_adler32 macro
154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; in adler32() function188 function adler32; external; in adler32() function
160 private static extern uint adler32(uint adler, int data, uint length); in adler32() method in DotZLib.AdlerChecksum
60 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
134 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
29 # define adler32 z_adler32 macro
236 function adler32 subprogspec
212 procedure adler32; external; procedure
41 # define adler32 z_adler32 macro
27 # define adler32 z_adler32 macro
462 #define adler32 mz_adler32 macro
Completed in 43 milliseconds