Searched refs:ns2 (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib/ |
H A D | compat.h | 111 # define ST_NTIMES_EQUAL(ns1, ns2) ((ns1) == (ns2)) 113 # define ST_NTIMES_EQUAL(ns1, ns2) TRUE
|
/dovecot/src/lib-storage/ |
H A D | test-mail-storage.c | 445 const char *const ns2[] = { local 451 if (test_mail_init_user("testuser", driver, driver_opts, "/", ns2, ctx) < 0) 463 const char *const ns2[] = { local 469 if (test_mail_init_user("testuser", driver, driver_opts, ".", ns2, ctx) < 0) 565 const char *const ns2[] = { local 572 if (test_mail_init_user("testuser", "maildir", driver_opts, sep, ns2, ctx) < 0)
|
H A D | mail-namespace.c | 279 struct mail_namespace *ns2; local 293 for (ns2 = ns->next; ns2 != NULL; ns2 = ns2->next) { 294 if (!get_listindex_path(ns2, &ns2_list_index_path) || 295 !mailbox_list_get_root_path(ns2->list, MAILBOX_LIST_PATH_TYPE_MAILBOX, 304 ns->prefix, ns2->prefix);
|
H A D | mail-storage.c | 1513 const struct mail_namespace *ns2, const char *vname2) 1518 if (ns1 != ns2) 1937 struct mail_namespace *ns1 = box1->list->ns, *ns2 = box2->list->ns; local 1944 while (ns2->alias_for != NULL) 1945 ns2 = ns2->alias_for; 1946 return ns1 == ns2; 1512 mailbox_equals(const struct mailbox *box1, const struct mail_namespace *ns2, const char *vname2) argument
|
H A D | mail-storage.h | 540 /* Returns TRUE if box1 points to the same mailbox as ns2/vname2. */ 542 const struct mail_namespace *ns2,
|
Completed in 28 milliseconds