Lines Matching refs:opt_len
36 static void *z_comp_alloc(unsigned char *options, int opt_len);
37 static void *z_decomp_alloc(unsigned char *options, int opt_len);
41 int opt_len,
44 int opt_len,
74 * @opt_len: length of the CCP option at @options.
85 static void *z_comp_alloc(unsigned char *options, int opt_len)
90 if (opt_len != CILEN_DEFLATE ||
127 * @opt_len: length of the CCP option data at @options
137 static int z_comp_init(void *arg, unsigned char *options, int opt_len,
142 if (opt_len < CILEN_DEFLATE ||
290 * @opt_len: length of the CCP option at @options.
301 static void *z_decomp_alloc(unsigned char *options, int opt_len)
306 if (opt_len != CILEN_DEFLATE ||
340 * @opt_len: length of the CCP option data at @options
351 static int z_decomp_init(void *arg, unsigned char *options, int opt_len,
356 if (opt_len < CILEN_DEFLATE ||