Lines Matching refs:CILEN_VOID
194 #define CILEN_VOID 2
196 #define CILEN_SHORT 4 /* CILEN_VOID + sizeof(short) */
197 #define CILEN_CHAP 5 /* CILEN_VOID + sizeof(short) + 1 */
198 #define CILEN_LONG 6 /* CILEN_VOID + sizeof(long) */
199 #define CILEN_LQR 8 /* CILEN_VOID + sizeof(short) + sizeof(long) */
536 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
571 PUTCHAR(CILEN_VOID, ucp); \
651 if ((len -= CILEN_VOID) < 0) \
655 if (cilen != CILEN_VOID || citype != opt) \
781 len >= CILEN_VOID && \
782 p[1] == CILEN_VOID && \
784 len -= CILEN_VOID; \
785 INCPTR(CILEN_VOID, p); \
984 while (len > CILEN_VOID) {
987 if (cilen < CILEN_VOID || (len -= cilen) < 0) {
1022 || cilen != CILEN_VOID) {
1028 || cilen != CILEN_VOID) {
1096 len >= CILEN_VOID && \
1097 p[1] == CILEN_VOID && \
1099 len -= CILEN_VOID; \
1100 INCPTR(CILEN_VOID, p); \
1518 cilen != CILEN_VOID) {
1531 cilen != CILEN_VOID) {
1881 if (olen == CILEN_VOID) {
1887 if (olen == CILEN_VOID) {