Searched refs:prefix_without_sep (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-iter.c | 186 struct mail_namespace *ns, const char *prefix_without_sep, 205 if (strcmp(prefix_without_sep, pattern) == 0) 246 const char *prefix_without_sep; local 268 prefix_without_sep = t_strndup(ns->prefix, len); 269 if (*prefix_without_sep == '\0') 274 result = imap_match(glob, prefix_without_sep); 277 return ns_is_match_within_ns(ctx, ns, prefix_without_sep, 309 const char *prefix_without_sep; local 320 prefix_without_sep = t_strndup(ns->prefix, ns->prefix_len-1); 323 result = imap_match(glob, prefix_without_sep); 185 ns_is_match_within_ns(struct ns_list_iterate_context *ctx, struct mail_namespace *ns, const char *prefix_without_sep, const char *pattern, enum imap_match_result result) argument [all...] |
Completed in 7 milliseconds