Searched refs:w_size (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/net/ |
| D | ppp-deflate.c | 60 int w_size; member 157 int w_size; local 165 w_size = DEFLATE_SIZE(options[2]); 166 if (w_size < DEFLATE_MIN_SIZE || w_size > DEFLATE_MAX_SIZE) 178 -w_size, 8, Z_DEFAULT_STRATEGY, DEFLATE_OVHD+2) != Z_OK) { 183 state->w_size = w_size; 210 || DEFLATE_SIZE(options[2]) != state->w_size 390 int w_size; local 398 w_size = DEFLATE_SIZE(options[2]); 399 if (w_size < DEFLATE_MIN_SIZE || w_size > DEFLATE_MAX_SIZE) [all …]
|
| /mirbsd/src/kern/z/ |
| D | deflate.c | 287 s->w_size = 1 << s->w_bits; 288 s->w_mask = s->w_size - 1; 295 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 296 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 349 if (dictLength >= s->w_size) { 356 dictionary += dictLength - s->w_size; /* use the tail */ 357 dictLength = s->w_size; 1042 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); 1043 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 1054 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); [all …]
|
| D | deflate.h | 112 uInt w_size; /* LZ77 window size (32K by default) */ member 286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTFWriter.c | 1372 attr_rqst_list[0].atr$w_size = sizeof recattr; in LYVMS_FixedLengthRecords() 1375 attr_rqst_list[1].atr$w_size = sizeof fchars; in LYVMS_FixedLengthRecords() 1378 attr_rqst_list[2].atr$w_size = attr_rqst_list[2].atr$w_type = 0; in LYVMS_FixedLengthRecords()
|