Lines Matching refs:CILEN_CHAR
286 #define CILEN_CHAR 3 macro
699 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
749 PUTCHAR(CILEN_CHAR, ucp); \
756 PUTCHAR(CILEN_CHAR + len, ucp); \
835 if ((len -= CILEN_CHAR) < 0) \
839 if (cilen != CILEN_CHAR || \
894 if ((len -= CILEN_CHAR + vlen) < 0) \
898 if (cilen != CILEN_CHAR + vlen || \
998 len >= CILEN_CHAR && \
999 p[1] == CILEN_CHAR && \
1001 len -= CILEN_CHAR; \
1043 len >= CILEN_CHAR && \
1045 p[1] >= CILEN_CHAR && \
1303 if (go->neg_endpoint || no.neg_endpoint || cilen < CILEN_CHAR)
1441 len >= CILEN_CHAR + vlen && \
1443 p[1] == CILEN_CHAR + vlen) { \
1445 len -= CILEN_CHAR + vlen; \
1819 cilen < CILEN_CHAR ||
1820 cilen > CILEN_CHAR + MAX_ENDP_LEN) {
1825 cilen -= CILEN_CHAR;
2104 if (olen >= CILEN_CHAR) {
2151 if (olen >= CILEN_CHAR) {
2155 epd.length = olen - CILEN_CHAR;