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

/dovecot/src/doveadm/
H A Ddoveadm-mailbox-list-iter.c30 bool *have_guid, bool *have_wildcards)
44 patterns, have_guid,
60 *have_guid = TRUE;
78 bool have_guid = FALSE, have_wildcards = FALSE; local
87 &have_guid, &have_wildcards);
91 if (have_guid) {
28 search_args_get_mailbox_patterns(const struct mail_search_arg *args, ARRAY_TYPE(const_string) *patterns, bool *have_guid, bool *have_wildcards) argument
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file-fix.c320 bool pre, write_header, have_guid; local
423 have_guid = FALSE;
425 dbox_file_copy_metadata(file, output, &have_guid);
426 if (!have_guid) {

Completed in 7 milliseconds