A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/zlib_2compress_8c_source.html below:

NCBI C++ ToolKit: src/util/compress/zlib/compress.c Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

42  if

(err !=

Z_OK

)

return

err;

59

}

while

(err ==

Z_OK

);

84  return

sourceLen + (sourceLen >> 12) + (sourceLen >> 14) +

85

(sourceLen >> 25) + 13;

const CharType(& source)[N]

uLong ZEXPORT compressBound(uLong sourceLen)

int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level)

int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)

#define deflateInit(strm, level)

#define Z_DEFAULT_COMPRESSION


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4