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

/dovecot/src/lib-storage/index/shared/
H A Dshared-storage.h9 const char *location, *unexpanded_location; member in struct:shared_storage
H A Dshared-storage.c39 /* location must begin with the actual mailbox driver */
40 p = strchr(ns->set->location, ':');
42 *error_r = "Shared mailbox location not prefixed with driver";
45 driver = t_strdup_until(ns->set->location, p);
46 storage->location = p_strdup(_storage->pool, ns->set->location);
48 p_strdup(_storage->pool, ns->unexpanded_set->location);
107 const char *username, string_t *location)
111 str_append(location, storage->storage_class_name);
112 str_append_c(location, '
106 get_nonexistent_user_location(struct shared_storage *storage, const char *username, string_t *location) argument
145 string_t *prefix, *location; local
[all...]
/dovecot/src/lib-http/
H A Dhttp-response.h23 const char *location; member in struct:http_response
H A Dhttp-message-parser.h35 const char *location; member in struct:http_message
H A Dhttp-client-request.c1543 unsigned int status, const char *location)
1554 if (http_url_parse(location, NULL, 0,
1557 t_strdup_printf("Invalid redirect location: %s", error));
1542 http_client_request_redirect(struct http_client_request *req, unsigned int status, const char *location) argument
/dovecot/src/lib-storage/
H A Dmail-namespace.c19 .location = "0fail::LAYOUT=none",
155 if (*ns_set->location == '\0')
156 ns_set->location = mail_set->mail_location;
161 "location=%s",
167 ns_set->subscriptions ? "yes" : "no", ns_set->location);
185 strchr(ns->set->location, '%') != NULL)) {
188 namespace to an explicit location without any %% */
412 prefixless_ns_set.location++;
502 int mail_namespaces_init_location(struct mail_user *user, const char *location, argument
512 i_assert(location
[all...]
H A Dmail-storage-settings.h89 const char *location; member in struct:mail_namespace_settings
H A Dmailbox-list.c423 const char *location = list->ns->unexpanded_set->location; local
428 if (*location == SETTING_STRVAR_EXPANDED[0]) {
433 i_assert(*location == SETTING_STRVAR_UNEXPANDED[0]);
434 location++;
436 if (*location == '\0') {
440 location = mail_set->mail_location;
441 if (*location == SETTING_STRVAR_EXPANDED[0])
443 i_assert(*location == SETTING_STRVAR_UNEXPANDED[0]);
444 location
[all...]
/dovecot/src/doveadm/
H A Ddoveadm-dsync.c292 /* if it begins with /[a-z0-9]+:/, it's a mail location
357 const char *location, *error; local
365 location = ctx->ctx.args[0];
368 location = ctx->local_location;
374 second location. */
376 if (settings_parse_keyvalue(set_parser, "mail_location", location) < 0)
488 parse_ssh_location(const char *location, const char *username) argument
492 host = strrchr(location, '@');
494 login = t_strdup_until(location, host++);
496 host = location;
887 parse_location(struct dsync_cmd_context *ctx, const struct mail_storage_settings *mail_set, const char *location, const char *const **remote_cmd_args_r, const char **error_r) argument
[all...]

Completed in 46 milliseconds