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

/dovecot/src/lib-mail/
H A Dmessage-part-data.c519 bool exclude = (**ptr == '!'); local
520 if (wildcard_match_icase(content_type, (*ptr)+(exclude?1:0)))
521 ret = !exclude;
H A Distream-header-filter.c35 bool exclude:1; member in struct:header_filter_istream
231 /* no include/exclude headers - default matching */
265 if (matched == mstream->exclude) {
654 mstream->exclude = (flags & HEADER_FILTER_EXCLUDE) != 0;
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-tree-fill.c299 /* exclude */
303 const char *exclude = exclude_mailboxes[i]; local
305 if (exclude[0] == '\\') {
308 str_array_icase_find(info_specialuses, exclude))
312 if (wildcard_match(info->vname, exclude))
/dovecot/src/auth/
H A Dauth-request.c679 bool exclude = (**filter == '!'); local
680 if (!exclude)
682 if (wildcard_match(username, (*filter)+(exclude?1:0))) {
683 if (exclude) {

Completed in 2242 milliseconds