Searched refs:ENOUGH (Results 1 – 14 of 14) sorted by relevance
208 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()276 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
43 #define ENOUGH 2048 macro
114 code codes[ENOUGH]; /* space for code tables */
46 code codes[ENOUGH]; /* space for code tables */
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
121 code codes[ENOUGH]; /* space for code tables */
1494 state->lencode <= state->codes + ENOUGH - 1) {
553 - Added enough.c (calculation of ENOUGH for inftrees.h) to examples/554 - Update ENOUGH and its usage to reflect discovered bounds686 ENOUGH and MAXD -- this repairs a possible security vulnerability for
5 calculation and justification of ENOUGH parameter in inftrees.h