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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-fs-iter.c636 enum imap_match_result match, child_dir_match; local
656 child_dir_match = imap_match(ctx->ctx.glob, child_dir_name);
657 if (child_dir_match == IMAP_MATCH_YES)
658 child_dir_match |= IMAP_MATCH_CHILDREN;
664 (child_dir_match & IMAP_MATCH_CHILDREN) == 0) {
667 (child_dir_match & IMAP_MATCH_CHILDREN) != 0) &&

Completed in 20 milliseconds