Home | History | Annotate | Download | only in pppd

Lines Matching refs:deflate_correct

368     ccp_wantoptions[0].deflate_correct = 1;
372 ccp_allowoptions[0].deflate_correct = 1;
636 if (go->deflate_correct) {
642 go->deflate_correct = 0;
652 if (!go->deflate_correct && !go->deflate_draft)
721 p[0] = go->deflate_correct? CI_DEFLATE: CI_DEFLATE_DRAFT;
745 if (p != p0 && go->deflate_correct && go->deflate_draft) {
834 || p[0] != (go->deflate_correct? CI_DEFLATE: CI_DEFLATE_DRAFT)
844 if (go->deflate_correct && go->deflate_draft) {
933 && p[0] == (go->deflate_correct? CI_DEFLATE: CI_DEFLATE_DRAFT)
948 if (go->deflate_correct && go->deflate_draft
1012 if (go->deflate_correct && len >= CILEN_DEFLATE
1017 try.deflate_correct = 0;
1030 if (!try.deflate_correct && !try.deflate_draft)
1205 || (!ao->deflate_correct && type == CI_DEFLATE)