Home | History | Annotate | Download | only in pppd

Lines Matching refs:DEFLATE_SIZE

333 	ccp_wantoptions[0].deflate_size = rbits;
338 ccp_allowoptions[0].deflate_size = abits;
367 ccp_wantoptions[0].deflate_size = DEFLATE_MAX_SIZE;
371 ccp_allowoptions[0].deflate_size = DEFLATE_MAX_SIZE;
723 p[2] = DEFLATE_MAKE_OPT(go->deflate_size);
729 if (go->deflate_size < DEFLATE_MIN_WORKS) {
741 --go->deflate_size;
742 p[2] = DEFLATE_MAKE_OPT(go->deflate_size);
836 || p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
848 || p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
942 || DEFLATE_SIZE(p[2]) < DEFLATE_MIN_WORKS
945 else if (DEFLATE_SIZE(p[2]) < go->deflate_size)
946 try.deflate_size = DEFLATE_SIZE(p[2]);
1015 if (p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
1024 if (p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
1216 ho->deflate_size = nb = DEFLATE_SIZE(p[2]);
1219 || nb > ao->deflate_size || nb < DEFLATE_MIN_WORKS) {
1222 p[2] = DEFLATE_MAKE_OPT(ao->deflate_size);
1242 p[2] = DEFLATE_MAKE_OPT(ho->deflate_size);
1394 if (opt2 != NULL && opt2->deflate_size != opt->deflate_size)
1397 opt->deflate_size, opt2->deflate_size);
1401 opt->deflate_size);
1558 DEFLATE_SIZE(p[2]));