Searched refs:crc32 (Results 1 - 18 of 18) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.h321 uLong crc32));
325 uLong crc32));
330 uncompressed_size and crc32 are value for the uncompressed size
H A Ddeflate.c416 s->wrap == 2 ? crc32(0L, Z_NULL, 0) :
693 strm->adler = crc32(0L, Z_NULL, 0);
729 strm->adler = crc32(strm->adler, s->pending_buf,
772 strm->adler = crc32(strm->adler, s->pending_buf + beg,
783 strm->adler = crc32(strm->adler, s->pending_buf + beg,
801 strm->adler = crc32(strm->adler, s->pending_buf + beg,
814 strm->adler = crc32(strm->adler, s->pending_buf + beg,
832 strm->adler = crc32(strm->adler, s->pending_buf + beg,
845 strm->adler = crc32(strm->adler, s->pending_buf + beg,
860 strm->adler = crc32(
[all...]
H A Dinflate.c431 /* check function to use adler32() for zlib or crc32() for gzip */
434 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
445 check = crc32(check, hbuf, 2); \
454 check = crc32(check, hbuf, 4); \
648 state->check = crc32(0L, Z_NULL, 0);
746 state->check = crc32(state->check, next, copy);
767 state->check = crc32(state->check, next, copy);
788 state->check = crc32(state->check, next, copy);
810 strm->adler = state->check = crc32(0L, Z_NULL, 0);
H A Dzip.c156 uLong crc32; member in struct:__anon120
1129 zi->ci.crc32 = 0;
1418 zi->ci.crc32 = crc32(zi->ci.crc32,buf,(uInt)len);
1513 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) argument
1515 return zipCloseFileInZipRaw64 (file, uncompressed_size, crc32);
1518 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) argument
1606 crc32 = (uLong)zi->ci.crc32;
[all...]
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
141 /* write out CRC tables to crc32.h */
145 out = fopen("crc32.h", "w");
147 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
148 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
184 #include "crc32.h"
188 * This function can be used by asm versions of crc32()
204 unsigned long ZEXPORT crc32(cr function
[all...]
H A Dzconf.h43 # define crc32 z_crc32 macro
H A Dzlib.h556 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
796 recommended that a check value such as an adler32 or a crc32 be applied to
805 crc32 instead of an adler32.
1600 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1609 uLong crc = crc32(0L, Z_NULL, 0);
1612 crc = crc32(crc, buffer, length);
/forgerock/web-agents-v4/source/
H A Dutility.c769 uLong crc = crc32(0L, Z_NULL, 0);
771 crc = crc32(crc, (const Bytef *) instance_id, (uInt) strlen(instance_id));
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 78 milliseconds