Lines Matching refs:prefix
25 /* Namespace is visible only by explicitly using its full prefix */
27 /* Namespace prefix is visible with LIST */
29 /* Namespace prefix isn't visible with LIST, but child mailboxes are */
48 /* Namespaces are sorted by their prefix length, "" comes first */
55 char *prefix;
147 /* Returns namespace based on the mailbox name's prefix. Note that there is
148 always a prefix="" namespace, so for this function NULL is never returned. */
175 /* Find a namespace with given prefix. */
178 const char *prefix);
182 const char *prefix);
194 This happens when the namespace has a prefix, which is not empty and not
196 converted to vname=prefix/INBOX/foo. */
202 strncmp(ns->prefix, "INBOX", ns->prefix_len-1) != 0;