Searched refs:CILEN_SHORT (Results 1 – 1 of 1) sorted by relevance
287 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */ macro678 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)723 PUTCHAR(CILEN_SHORT, ucp); \822 if ((len -= CILEN_SHORT) < 0) \826 if (cilen != CILEN_SHORT || \1009 len >= CILEN_SHORT && \1010 p[1] == CILEN_SHORT && \1012 len -= CILEN_SHORT; \1086 && len >= CILEN_SHORT1087 && p[0] == CI_AUTHTYPE && p[1] >= CILEN_SHORT && p[1] <= len) {[all …]