Searched refs:have_wildcards (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-mailbox-list-iter.c | 30 bool *have_guid, bool *have_wildcards) 45 have_wildcards)) 50 *have_wildcards = TRUE; 78 bool have_guid = FALSE, have_wildcards = FALSE; local 87 &have_guid, &have_wildcards); 96 } else if (have_wildcards) { 28 search_args_get_mailbox_patterns(const struct mail_search_arg *args, ARRAY_TYPE(const_string) *patterns, bool *have_guid, bool *have_wildcards) argument
|
H A D | doveadm-mail-index.c | 26 bool have_wildcards:1; member in struct:index_cmd_context 193 if (ctx->queue && !ctx->have_wildcards) { 233 ctx->have_wildcards = TRUE;
|
H A D | doveadm-auth-server.c | 369 bool have_wildcards, userdb_only = FALSE, first = TRUE; local 403 have_wildcards = FALSE; 408 have_wildcards = TRUE; 413 if (have_wildcards) {
|
H A D | doveadm-auth.c | 606 bool have_wildcards, userdb_only = FALSE, first = TRUE; local 648 have_wildcards = FALSE; 652 have_wildcards = TRUE; 657 if (have_wildcards) {
|
/dovecot/src/plugins/virtual/ |
H A D | virtual-config.c | 33 bool have_wildcards; member in struct:virtual_parse_context 190 ctx->have_wildcards = TRUE; 527 if (ret == 0 && ctx.have_wildcards) {
|
Completed in 12 milliseconds