Lines Matching refs:CILEN_COMPRESS
312 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */
551 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0)
573 int vjlen = CILEN_COMPRESS; \
628 int vjlen = CILEN_COMPRESS; \
717 ((cilen = p[1]) == CILEN_COMPRESS) && \
777 (cilen != CILEN_COMPRESS))
853 p[1] == CILEN_COMPRESS && \
992 (cilen != CILEN_COMPRESS)) {
1461 if (olen >= CILEN_COMPRESS) {