HomeSort by: relevance | last modified time | path
    Searched refs:compress2 (Results 1 - 25 of 46) sorted by relevancy

1 2

  /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
zlib.h 1239 compressed data. compress() is equivalent to compress2() with a level
1247 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
1258 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1266 compress() or compress2() on sourceLen bytes. It would be used before a
1267 compress() or compress2() call to allocate the destination buffer.
  /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/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
zlib.h 1236 compressed data. compress() is equivalent to compress2() with a level
1244 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1255 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1263 compress() or compress2() on sourceLen bytes. It would be used before a
1264 compress() or compress2() call to allocate the destination buffer.
  /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/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/sys/dev/microcode/tools/
bin2blob.c 98 if (compress2(dst, &dlen, src, slen, 9) != Z_OK)
99 errx(1, "compress2");
  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 91 #define compress2 zz_compress2 macro
zlib.h 1026 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1037 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1045 compress() or compress2() on sourceLen bytes. It would be used before
1046 a compress() or compress2() call to allocate the destination buffer.
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Compression.cpp 54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize,
  /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/sys/arch/pmax/stand/smallnet/setnetimage/
setnetimage.c 190 i = compress2(comp_kernel, &destlen, uncomp_kernel, \
  /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/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.
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
zlib.d 1239 compressed data. compress() is equivalent to compress2() with a level
1247 int compress2(ubyte* dest,
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.

Completed in 45 milliseconds

1 2