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

/dovecot/src/lib-storage/index/shared/
H A Dshared-list.c92 const char *ns_ref, *prefix = list->ns->prefix; local
96 ns_ref = ref + prefix_len;
98 ns_ref = NULL;
100 if (ns_ref != NULL && *ns_ref != '\0' &&
101 shared_storage_get_namespace(&ns, &ns_ref) == 0)

Completed in 553 milliseconds