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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-fs-iter.c364 const char *pattern, *test_pattern, *real_pattern, *error; local
371 test_pattern = *patterns;
375 if (strncmp(test_pattern, _list->ns->prefix, prefix_len) == 0)
376 test_pattern += prefix_len;
377 if (!uni_utf8_str_is_valid(test_pattern)) {
384 mailbox_list_get_storage_name(_list, test_pattern);
385 if (mailbox_list_is_valid_name(_list, test_pattern, &error) &&

Completed in 8 milliseconds