/src/common/dist/zlib/ |
compress.c | 20 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 24 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, function in typeref:typename:int ZEXPORT 67 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
zconf.h | 39 # define compress2 z_compress2 macro
|
zconf.h.in | 35 # define compress2 z_compress2 macro
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 167 function compress2 subprogspec 400 pragma Import (C, compress2, "compress2");
|
/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
|