Searched refs:opt_len (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dppp_comp.h80 void *(*comp_alloc)(u_char *options, int opt_len);
84 int (*comp_init)(void *state, u_char *options, int opt_len,
95 void *(*decomp_alloc)(u_char *options, int opt_len);
99 int (*decomp_init)(void *state, u_char *options, int opt_len,
H A Dppp_deflate.c99 static void *z_comp_alloc(u_char *options, int opt_len);
100 static void *z_decomp_alloc(u_char *options, int opt_len);
103 static int z_comp_init(void *state, u_char *options, int opt_len,
105 static int z_decomp_init(void *state, u_char *options, int opt_len,
178 z_comp_alloc(options, opt_len)
180 int opt_len;
185 if (opt_len != CILEN_DEFLATE
225 z_comp_init(arg, options, opt_len, unit, hdrlen, debug)
228 int opt_len, unit, hdrlen, debug;
232 if (opt_len < CILEN_DEFLAT
[all...]
H A Dbsd_comp.c167 static void *bsd_alloc(u_char *options, int opt_len, int decomp);
169 int opt_len,
172 static void *bsd_comp_alloc(u_char *options, int opt_len);
173 static void *bsd_decomp_alloc(u_char *options, int opt_len);
175 static int bsd_comp_init(void *state, u_char *options, int opt_len,
177 static int bsd_decomp_init(void *state, u_char *options, int opt_len,
341 bsd_alloc(options, opt_len, decomp)
343 int opt_len, decomp;
349 if (opt_len < CILEN_BSD_COMPRESS || options[0] != CI_BSD_COMPRESS
421 bsd_comp_alloc(options, opt_len)
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c449 s->opt_len = s->static_len = 0L;
514 * The length opt_len is updated; static_len is also updated if stree is
554 s->opt_len += (ulg)f * (bits + xbits);
587 s->opt_len += ((long)bits - (long)tree[m].Len)
643 * and corresponding code. The length opt_len is updated; static_len is
681 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
841 /* opt_len now includes the length of the tree representations, except
852 /* Update opt_len to include the bit length tree and counts */
853 s->opt_len += 3*(max_blindex+1) + 5+5+4;
855 s->opt_len,
[all...]
H A Ddeflate.h271 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state

Completed in 78 milliseconds