Lines Matching refs:ao
937 ccp_options *ao = &ccp_allowoptions[f->unit]; local
964 if (!ao->deflate ||
965 (!ao->deflate_correct && type == CI_DEFLATE) ||
966 (!ao->deflate_draft && type == CI_DEFLATE_DRAFT)) {
972 nb = clen < CILEN_DEFLATE ? ao->deflate_size : DEFLATE_SIZE(p[2]);
976 p[3] != DEFLATE_CHK_SEQUENCE || nb > ao->deflate_size ||
981 if (nb > ao->deflate_size)
982 nb = ao->deflate_size;
1025 if (!ao->bsd_compress) {
1031 nb = clen < CILEN_BSD_COMPRESS ? ao->bsd_bits : BSD_NBITS(p[2]);
1035 nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1039 if (nb > ao->bsd_bits)
1040 nb = ao->bsd_bits;
1077 if (!ao->predictor_1) {
1098 if (!ao->predictor_2) {