opt_len 130 net/bsd-comp.c static void *bsd_comp_alloc(u_char *options, int opt_len); opt_len 131 net/bsd-comp.c static void *bsd_decomp_alloc(u_char *options, int opt_len); opt_len 133 net/bsd-comp.c static int bsd_comp_init(void *state, u_char *options, int opt_len, opt_len 135 net/bsd-comp.c static int bsd_decomp_init(void *state, u_char *options, int opt_len, opt_len 306 net/bsd-comp.c bsd_alloc(options, opt_len, decomp) opt_len 308 net/bsd-comp.c int opt_len, decomp; opt_len 314 net/bsd-comp.c if (opt_len < CILEN_BSD_COMPRESS || options[0] != CI_BSD_COMPRESS opt_len 386 net/bsd-comp.c bsd_comp_alloc(options, opt_len) opt_len 388 net/bsd-comp.c int opt_len; opt_len 390 net/bsd-comp.c return bsd_alloc(options, opt_len, 0); opt_len 394 net/bsd-comp.c bsd_decomp_alloc(options, opt_len) opt_len 396 net/bsd-comp.c int opt_len; opt_len 398 net/bsd-comp.c return bsd_alloc(options, opt_len, 1); opt_len 405 net/bsd-comp.c bsd_init(db, options, opt_len, unit, hdrlen, mru, debug, decomp) opt_len 408 net/bsd-comp.c int opt_len, unit, hdrlen, mru, debug, decomp; opt_len 412 net/bsd-comp.c if (opt_len < CILEN_BSD_COMPRESS || options[0] != CI_BSD_COMPRESS opt_len 444 net/bsd-comp.c bsd_comp_init(state, options, opt_len, unit, hdrlen, debug) opt_len 447 net/bsd-comp.c int opt_len, unit, hdrlen, debug; opt_len 449 net/bsd-comp.c return bsd_init((struct bsd_db *) state, options, opt_len, opt_len 454 net/bsd-comp.c bsd_decomp_init(state, options, opt_len, unit, hdrlen, mru, debug) opt_len 457 net/bsd-comp.c int opt_len, unit, hdrlen, mru, debug; opt_len 459 net/bsd-comp.c return bsd_init((struct bsd_db *) state, options, opt_len, opt_len 62 net/ppp-comp.h void *(*comp_alloc)(u_char *options, int opt_len); opt_len 66 net/ppp-comp.h int (*comp_init)(void *state, u_char *options, int opt_len, opt_len 77 net/ppp-comp.h void *(*decomp_alloc)(u_char *options, int opt_len); opt_len 81 net/ppp-comp.h int (*decomp_init)(void *state, u_char *options, int opt_len, opt_len 71 net/ppp-deflate.c static void *z_comp_alloc(u_char *options, int opt_len); opt_len 72 net/ppp-deflate.c static void *z_decomp_alloc(u_char *options, int opt_len); opt_len 75 net/ppp-deflate.c static int z_comp_init(void *state, u_char *options, int opt_len, opt_len 77 net/ppp-deflate.c static int z_decomp_init(void *state, u_char *options, int opt_len, opt_len 151 net/ppp-deflate.c z_comp_alloc(options, opt_len) opt_len 153 net/ppp-deflate.c int opt_len; opt_len 158 net/ppp-deflate.c if (opt_len != CILEN_DEFLATE opt_len 198 net/ppp-deflate.c z_comp_init(arg, options, opt_len, unit, hdrlen, debug) opt_len 201 net/ppp-deflate.c int opt_len, unit, hdrlen, debug; opt_len 205 net/ppp-deflate.c if (opt_len < CILEN_DEFLATE opt_len 384 net/ppp-deflate.c z_decomp_alloc(options, opt_len) opt_len 386 net/ppp-deflate.c int opt_len; opt_len 391 net/ppp-deflate.c if (opt_len != CILEN_DEFLATE opt_len 430 net/ppp-deflate.c z_decomp_init(arg, options, opt_len, unit, hdrlen, mru, debug) opt_len 433 net/ppp-deflate.c int opt_len, unit, hdrlen, mru, debug; opt_len 437 net/ppp-deflate.c if (opt_len < CILEN_DEFLATE opt_len 377 net/zlib.c ulg opt_len; /* bit length of current block with optimal trees */ opt_len 1792 net/zlib.c s->opt_len = s->static_len = 0L; opt_len 1897 net/zlib.c s->opt_len += (ulg)f * (bits + xbits); opt_len 1930 net/zlib.c s->opt_len += ((long)bits - (long)tree[m].Len) opt_len 2024 net/zlib.c s->opt_len--; if (stree) s->static_len -= stree[node].Len; opt_len 2195 net/zlib.c s->opt_len += 3*(max_blindex+1) + 5+5+4; opt_len 2197 net/zlib.c s->opt_len, s->static_len)); opt_len 2310 net/zlib.c Tracev((stderr, "\nlit data: dyn %ld, stat %ld", s->opt_len, opt_len 2314 net/zlib.c Tracev((stderr, "\ndist data: dyn %ld, stat %ld", s->opt_len, opt_len 2326 net/zlib.c opt_lenb = (s->opt_len+3+7)>>3; opt_len 2330 net/zlib.c opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, opt_len 2396 net/zlib.c s->compressed_len += 3 + s->opt_len;