| /src/external/gpl3/binutils/dist/zlib/ |
| compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, function 65 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
| zconf.h | 35 # define compress2 z_compress2 macro
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function 74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
| zconf.h | 35 # define compress2 z_compress2 macro
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function 74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
| zconf.h | 35 # define compress2 z_compress2 macro
|
| /src/external/gpl3/gdb/dist/zlib/ |
| compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, function 65 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
| zconf.h | 35 # define compress2 z_compress2 macro
|
| /src/common/dist/zlib/ |
| compress.c | 20 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 69 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, function 86 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
| zconf.h | 39 # define compress2 z_compress2 macro
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zconf.h | 91 #define compress2 zz_compress2 macro
|
| /src/external/gpl3/binutils/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 146 function compress2(dest: PChar; var destLen: LongInt; function 191 function compress2; external; function
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 146 function compress2(dest: PChar; var destLen: LongInt; function 191 function compress2; external; function
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 146 function compress2(dest: PChar; var destLen: LongInt; function 191 function compress2; external; function
|
| /src/external/gpl3/gdb/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 146 function compress2(dest: PChar; var destLen: LongInt; function 191 function compress2; external; function
|
| /src/common/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 146 function compress2(dest: PChar; var destLen: LongInt; function 191 function compress2; external; function
|
| /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/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.h | 82 # define compress2 netpgpv_z_compress2 macro 1369 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, 1380 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 1388 compress() or compress2() on sourceLen bytes. It would be used before 1389 a compress() or compress2() call to allocate the destination buffer.
|