Source Code (Use browser search to find items of interest.)

Class Index

qt'config_s (./qt-2.1.0/src/3rdparty/zlib/deflate.c:118)

typedef struct config_s {
   ush good_length; /* reduce lazy search above this match length */
   ush max_lazy;    /* do not perform lazy search above this match length */
   ush nice_length; /* quit search above this match length */
   ush max_chain;
   compress_func func;