Lines Matching refs:prefix
29 "('%c' for prefix=\"%s\", '%c' for prefix=\"%s\")",
30 brain->hierarchy_sep, first_ns->prefix,
31 sep, ns->prefix);
61 ns->prefix, ns->set->location);
126 const char *part, *prefix = ns->prefix;
134 for (; *name_parts != NULL && *prefix != '\0'; name_parts++) {
138 if (strncmp(prefix, part, part_len) != 0)
140 if (prefix[part_len] != ns_sep)
142 prefix += part_len + 1;
145 /* namespace prefix found with a mailbox */
148 if (*prefix == '\0') {
149 /* namespace prefix itself matched */
165 /* prefix="" is the fallback namespace */
199 if (strncmp(vname, ns->prefix, ns->prefix_len) == 0)
248 str_append(vname_str, ns->prefix);
431 with another namespace's prefix. since we're here because