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

12

/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzconf.h35 # define compress2 z_compress2 macro
H A Dzlib.h1236 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.
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dzconf.h35 # define compress2 z_compress2 macro
H A Dzlib.h1236 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.
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dzlib.d201 auto err = etc.c.zlib.compress2(destbuf.ptr, &destlen, cast(ubyte *) srcbuf.ptr, srcbuf.length, level);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dzlib.h1234 compressed data. compress() is equivalent to compress2() with a level
1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1253 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1261 compress() or compress2() on sourceLen bytes. It would be used before a
1262 compress() or compress2() call to allocate the destination buffer.
/netbsd-current/common/dist/zlib/
H A Dzlib.h1238 compressed data. compress() is equivalent to compress2() with a level
1246 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1257 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1265 compress() or compress2() on sourceLen bytes. It would be used before a
1266 compress() or compress2() call to allocate the destination buffer.
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dzlib.h1236 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.
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzlib.d207 auto err = etc.c.zlib.compress2(destbuf.ptr, &destlen, cast(ubyte *) srcbuf.ptr, srcbuf.length, level);
/netbsd-current/usr.bin/vndcompress/
H A Dvndcompress.c784 const int zerror = compress2(compbuf, &complen, uncompbuf, uncomplen,
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/
H A Dkernel.c1057 if ((ret = compress2(dst, &len, src, srclen, level)) == Z_OK)
/netbsd-current/external/gpl3/gdb.old/dist/zlib/os400/
H A Dzlib.inc120 D compress2 PR 10I 0 extproc('compress2')
/netbsd-current/common/dist/zlib/os400/
H A Dzlib.inc120 D compress2 PR 10I 0 extproc('compress2')
/netbsd-current/external/gpl3/binutils/dist/zlib/os400/
H A Dzlib.inc120 D compress2 PR 10I 0 extproc('compress2')
/netbsd-current/external/gpl3/gdb/dist/zlib/os400/
H A Dzlib.inc120 D compress2 PR 10I 0 extproc('compress2')
/netbsd-current/external/gpl3/binutils.old/dist/zlib/os400/
H A Dzlib.inc120 D compress2 PR 10I 0 extproc('compress2')
/netbsd-current/external/apache2/llvm/autoconf/
H A Dconfigure8293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress2 in -lz" >&5
8294 $as_echo_n "checking for compress2 in -lz... " >&6; }
8309 char compress2 ();
8313 return compress2 ();

Completed in 530 milliseconds

12