/src/common/dist/zlib/ |
compress.c | 20 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 24 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, function in typeref:typename:int ZEXPORT 67 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
zconf.h | 39 # define compress2 z_compress2 macro
|
zconf.h.in | 35 # define compress2 z_compress2 macro
|
zlib.h | 1241 compressed data. compress() is equivalent to compress2() with a level 1249 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen, 1260 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 1268 compress() or compress2() on sourceLen bytes. It would be used before a 1269 compress() or compress2() call to allocate the destination buffer.
|
zconf.h.cmakein | 37 # define compress2 z_compress2
|
/src/sys/dev/microcode/tools/ |
bin2blob.c | 98 if (compress2(dst, &dlen, src, slen, 9) != Z_OK) 99 errx(1, "compress2");
|
/src/sys/net/ |
zlib.h | 82 # define compress2 z_compress2 macro 930 ZEXTERN int ZEXPORT compress2(Bytef *, uLongf *, const Bytef *, 939 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 167 function compress2 subprogspec 400 pragma Import (C, compress2, "compress2");
|
/src/sys/arch/pmax/stand/smallnet/setnetimage/ |
setnetimage.c | 190 i = compress2(comp_kernel, &destlen, uncomp_kernel, \
|
/src/common/dist/zlib/contrib/pascal/ |
zlibpas.pas | 146 function compress2(dest: PChar; var destLen: LongInt; function 191 function compress2; external; function
|
/src/usr.bin/vndcompress/ |
vndcompress.c | 784 const int zerror = compress2(compbuf, &complen, uncompbuf, uncomplen,
|
/src/common/dist/zlib/os400/ |
zlib.inc | 120 D compress2 PR 10I 0 extproc('compress2')
|