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

/dovecot/src/lib-imap/
H A Dimap-match.c79 const char *p = pattern, *inboxp = inbox; local
82 while (*inboxp == i_toupper(*p) && *p != '\0') {
83 inboxp++; p++;
87 (*inboxp == '\0' && *p == '\0');
93 inboxp = strchr(inboxp, i_toupper(*p));
94 if (inboxp == NULL)
97 if (*++inboxp == '\0') {

Completed in 152 milliseconds