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)
941 || DEFLATE_SIZE(p[2]) < DEFLATE_MIN_WORKS
944 else if (DEFLATE_SIZE(p[2]) < go->deflate_size)
945 try.deflate_size = DEFLATE_SIZE(p[2]);
1014 if (p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
1023 if (p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
1212 ho->deflate_size = nb = DEFLATE_SIZE(p[2]);
1215 || nb > ao->deflate_size || nb < DEFLATE_MIN_WORKS) {
1218 p[2] = DEFLATE_MAKE_OPT(ao->deflate_size);
1238 p[2] = DEFLATE_MAKE_OPT(ho->deflate_size);
1390 if (opt2 != NULL && opt2->deflate_size != opt->deflate_size)
1393 opt->deflate_size, opt2->deflate_size);
1397 opt->deflate_size);
1554 DEFLATE_SIZE(p[2]));