Lines Matching refs:glob
244 struct imap_match_glob *glob;
272 glob = imap_match_init(pool_datastack_create(), pattern,
274 result = imap_match(glob, prefix_without_sep);
307 struct imap_match_glob *glob;
321 glob = imap_match_init(pool_datastack_create(), pattern,
323 result = imap_match(glob, prefix_without_sep);
711 struct imap_match_glob *glob;
713 glob = imap_match_init_multiple(pool_datastack_create(), patterns,
715 return imap_match(glob, "INBOX") == IMAP_MATCH_YES;
947 match = imap_match(ctx->glob, actx->new_info.vname);
976 match = imap_match(ctx->glob, actx->new_info.vname);
1108 match = imap_match(ctx->glob, name);