Home
last modified time | relevance | path

Searched refs:w_size (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/net/
Dppp-deflate.c60 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/
Ddeflate.c287 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 …]
Ddeflate.h112 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/
DHTFWriter.c1372 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()