Searched defs:INBOXLEN (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-imap/
H A Dimap-match.c35 #define INBOXLEN (sizeof(inbox) - 1) macro
325 if (ctx->inboxcase && strncasecmp(data, inbox, INBOXLEN) == 0 &&
326 (data[INBOXLEN] == '\0' || data[INBOXLEN] == ctx->sep)) {
329 ctx->inboxcase_end += INBOXLEN;

Completed in 1149 milliseconds