Lines Matching refs:glob
183 match = imap_match(ctx->ctx.glob, vname);
186 /* The glob was matched only against "INBOX", but this
535 /* we've only invalid patterns (or INBOX). create a glob
536 anyway to avoid any crashes due to glob being accessed
538 ctx->ctx.glob = imap_match_init(pool, "", TRUE, ctx->sep);
541 ctx->ctx.glob = imap_match_init_multiple(pool, ctx->valid_patterns,
646 match = imap_match(ctx->ctx.glob, ctx->info.vname);
656 child_dir_match = imap_match(ctx->ctx.glob, child_dir_name);
781 if (imap_match(ctx->ctx.glob, ctx->info.vname) == IMAP_MATCH_YES)
784 if (!ctx->inbox_found && ctx->ctx.glob != NULL &&
786 imap_match(ctx->ctx.glob,