Home | History | Annotate | Download | only in pppd

Lines Matching refs:deflate

50  * size of 8 (window size = 256) for Deflate compression will cause
51 * buffer overruns and kernel crashes in the deflate module.
88 { "deflate", o_special, (void *)setdeflate,
89 "request Deflate compression",
91 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
92 "don't allow Deflate compression", OPT_PRIOSUB | OPT_A2CLR,
93 &ccp_allowoptions[0].deflate },
94 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
95 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
96 &ccp_allowoptions[0].deflate },
99 "don't use draft deflate #", OPT_A2COPY,
242 #define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \
313 option_error("invalid parameter '%s' for deflate option", *argv);
319 option_error("deflate option values must be 0 or %d .. %d",
328 warn("deflate option value of %d changed to %d to avoid zlib bug",
332 ccp_wantoptions[0].deflate = 1;
335 ccp_wantoptions[0].deflate = 0;
337 ccp_allowoptions[0].deflate = 1;
340 ccp_allowoptions[0].deflate = 0;
366 ccp_wantoptions[0].deflate = 1;
370 ccp_allowoptions[0].deflate = 1;
608 ao->deflate = go->deflate = 0;
635 if (go->deflate) {
653 go->deflate = 0;
679 + (go->deflate? CILEN_DEFLATE: 0)
720 if (go->deflate) {
730 go->deflate = 0;
738 go->deflate = 0;
832 if (go->deflate) {
932 if (go->deflate && len >= CILEN_DEFLATE
935 no.deflate = 1;
938 * Stop asking for Deflate if we don't understand his suggestion.
943 try.deflate = 0;
1031 try.deflate = 0;
1204 if (!ao->deflate || clen != CILEN_DEFLATE
1211 ho->deflate = 1;
1226 * Check whether we can do Deflate with the window
1391 slprintf(result, sizeof(result), "Deflate%s (%d/%d)",
1395 slprintf(result, sizeof(result), "Deflate%s (%d)",
1552 printer(arg, "deflate%s %d",