Lines Matching refs:clen
1077 int len, clen, type, nb; local
1096 clen = len;
1101 clen = p[1];
1106 if (!ao->mppe || clen != CILEN_MPPE) {
1208 if (!ao->deflate || clen != CILEN_DEFLATE
1253 if (!ao->bsd_compress || clen != CILEN_BSD_COMPRESS) {
1295 if (!ao->predictor_1 || clen != CILEN_PREDICTOR_1) {
1308 if (!ao->predictor_2 || clen != CILEN_PREDICTOR_2) {
1333 BCOPY(p, retp, clen);
1334 retp += clen;
1337 p += clen;
1338 len -= clen;