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

/external/qemu/distrib/zlib-1.2.3/
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
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzconf.h38 # define compress2 z_compress2 macro
H A Dzlib.h1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1035 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1043 compress() or compress2() on sourceLen bytes. It would be used before
1044 a compress() or compress2() call to allocate the destination buffer.
/external/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
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzconf.in.h38 # define compress2 z_compress2 macro
H A Dzconf.h31 # define compress2 z_compress2 macro
H A Dzlib.h1116 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1127 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1135 compress() or compress2() on sourceLen bytes. It would be used before a
1136 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h.cmakein33 # define compress2 z_compress2
H A Dzconf.h.in31 # define compress2 z_compress2
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h38 # define compress2 z_compress2 macro
H A Dzlib.h1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1035 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1043 compress() or compress2() on sourceLen bytes. It would be used before
1044 a compress() or compress2() call to allocate the destination buffer.
/external/zlib/contrib/pascal/
H A Dzlibpas.pas117 function compress2(dest: PChar; var destLen: LongInt; function
159 function compress2; external; function
/external/zlib/as400/
H A Dzlib.inc109 D compress2 PR 10I 0 extproc('compress2')
/external/zlib/old/as400/
H A Dzlib.inc109 D compress2 PR 10I 0 extproc('compress2')

Completed in 59 milliseconds