Searched refs:compress2 (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/common/dist/zlib/
H A Dcompress.c20 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
24 int ZEXPORT compress2(dest, destLen, source, sourceLen, level) function
76 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzconf.h39 # define compress2 z_compress2 macro
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dcompress.c18 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);
H A Dzconf.h35 # define compress2 z_compress2 macro
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dcompress.c18 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);
H A Dzconf.h35 # define compress2 z_compress2 macro
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dcompress.c18 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);
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dcompress.c18 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);
/netbsd-current/sys/dev/microcode/tools/
H A Dbin2blob.c98 if (compress2(dst, &dlen, src, slen, 9) != Z_OK)
99 errx(1, "compress2");
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dzconf.h91 #define compress2 zz_compress2 macro
H A Dzlib.h1026 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.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCompression.cpp54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize,
/netbsd-current/sys/net/
H A Dzlib.h82 # 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
/netbsd-current/sys/arch/pmax/stand/smallnet/setnetimage/
H A Dsetnetimage.c190 i = compress2(comp_kernel, &destlen, uncomp_kernel, \
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
/netbsd-current/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcompressed_output.cc57 int rc = compress2(reinterpret_cast<Bytef*>(*compressed_data) + header_size,
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dcompressed_output.cc57 int rc = compress2(reinterpret_cast<Bytef*>(*compressed_data) + header_size,
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcompressed_output.cc57 int rc = compress2(reinterpret_cast<Bytef*>(*compressed_data) + header_size,
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h82 # 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.
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dzlib.d1233 compressed data. compress() is equivalent to compress2() with a level
1241 int compress2(ubyte* dest,
1254 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1262 compress() or compress2() on sourceLen bytes. It would be used before a
1263 compress() or compress2() call to allocate the destination buffer.
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dzlib.d1239 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 1070 milliseconds

12