Searched defs:path_r (Results 1 - 25 of 27) sorted by relevance

12

/dovecot/src/lib/
H A Dtest-istream-seekable.c10 static int fd_callback(const char **path_r, void *context ATTR_UNUSED) argument
14 *path_r = "test-lib.tmp";
15 fd = open(*path_r, O_RDWR | O_CREAT | O_TRUNC, 0600);
17 i_error("creat(%s) failed: %m", *path_r);
19 i_unlink(*path_r);
H A Distream-seekable.c26 int (*fd_callback)(const char **path_r, void *context);
408 int (*fd_callback)(const char **path_r, void *context),
477 int (*fd_callback)(const char **path_r, void *context),
489 static int seekable_fd_callback(const char **path_r, void *context) argument
510 *path_r = str_c(path);
475 i_stream_create_seekable(struct istream *input[], size_t max_buffer_size, int (*fd_callback)(const char **path_r, void *context), void *context) argument
H A Duri-util.c872 int *relative_r, const char *const **path_r)
882 if (path_r != NULL)
910 if (path_r != NULL) {
929 if (path_r != NULL)
945 if (path_r != NULL)
946 *path_r = NULL;
953 if (path_r != NULL) {
960 *path_r = array_get(&segments, &count);
871 uri_parse_path(struct uri_parser *parser, int *relative_r, const char *const **path_r) argument
/dovecot/src/lib-storage/index/shared/
H A Dshared-list.c66 enum mailbox_list_path_type type, const char **path_r)
74 *path_r = NULL;
77 return mailbox_list_get_path(ns->list, name, type, path_r);
65 shared_list_get_path(struct mailbox_list *list, const char *name, enum mailbox_list_path_type type, const char **path_r) argument
/dovecot/src/lib-storage/list/
H A Dmailbox-list-fs.c65 enum mailbox_list_path_type type, const char **path_r)
72 return mailbox_list_set_get_root_path(set, type, path_r) ? 1 : 0;
81 *path_r = name;
89 *path_r = t_strdup_printf("%s/%s%s", set->root_dir,
100 *path_r = t_strdup_printf("%s/%s%s", set->alt_dir,
115 *path_r = fs_list_get_path_to(set, set->control_dir, name);
121 *path_r = fs_list_get_path_to(set, set->index_cache_dir, name);
129 *path_r = fs_list_get_path_to(set, set->index_dir, name);
136 *path_r = fs_list_get_path_to(set, set->index_pvt_dir, name);
151 *path_r
64 fs_list_get_path(struct mailbox_list *_list, const char *name, enum mailbox_list_path_type type, const char **path_r) argument
[all...]
H A Dmailbox-list-maildir.c105 enum mailbox_list_path_type type, const char **path_r)
112 path_r) ? 1 : 0;
117 *path_r = maildir_list_get_absolute_path(_list, name);
134 *path_r = maildir_list_get_dirname_path(_list,
141 *path_r = maildir_list_get_dirname_path(_list,
150 *path_r = maildir_list_get_dirname_path(_list,
158 *path_r = maildir_list_get_dirname_path(_list,
169 *path_r = _list->set.inbox_path;
173 *path_r = maildir_list_get_dirname_path(_list, root_dir, name);
104 maildir_list_get_path(struct mailbox_list *_list, const char *name, enum mailbox_list_path_type type, const char **path_r) argument
H A Dmailbox-list-fs-iter.c242 const char *storage_name, const char **path_r)
272 *path_r = path;
241 fs_list_get_storage_path(struct fs_list_iterate_context *ctx, const char *storage_name, const char **path_r) argument
H A Dmailbox-list-index-backend.c106 enum mailbox_list_path_type type, const char **path_r)
120 path_r) ? 1 : 0;
141 *path_r = index_get_guid_path(_list, root_dir,
185 *path_r = index_get_guid_path(_list, root_dir, mailbox_guid);
105 index_list_get_path(struct mailbox_list *_list, const char *name, enum mailbox_list_path_type type, const char **path_r) argument
/dovecot/src/lib-storage/
H A Dmailbox-tree.c232 const char **path_r)
254 *path_r = str_c(ctx->path_str);
231 mailbox_tree_iterate_next(struct mailbox_tree_iterate_context *ctx, const char **path_r) argument
H A Dmail-namespace.c261 static bool get_listindex_path(struct mail_namespace *ns, const char **path_r) argument
271 *path_r = t_strconcat(root, "/", ns->list->set.list_index_fname, NULL);
H A Dmailbox-list.c234 const char **path_r, const char **error_r)
258 *path_r = path;
1385 const char **path_r)
1389 if ((ret = list->v.get_path(list, name, type, path_r)) <= 0)
1390 *path_r = NULL;
1392 i_assert(*path_r != NULL);
1398 const char **path_r)
1402 if ((ret = list->v.get_path(list, NULL, type, path_r)) < 0)
1405 *path_r = NULL;
1407 i_assert(*path_r !
233 fix_path(struct mail_user *user, const char *path, bool expand_home, const char **path_r, const char **error_r) argument
1383 mailbox_list_get_path(struct mailbox_list *list, const char *name, enum mailbox_list_path_type type, const char **path_r) argument
1396 mailbox_list_get_root_path(struct mailbox_list *list, enum mailbox_list_path_type type, const char **path_r) argument
1421 mailbox_list_set_get_root_path(const struct mailbox_list_settings *set, enum mailbox_list_path_type type, const char **path_r) argument
[all...]
/dovecot/src/plugins/acl/
H A Dacl-backend-vfile-acllist.c78 const char **path_r)
85 *path_r = t_strconcat(root_dir, "/"ACLLIST_FILENAME, NULL);
77 acl_list_get_path(struct acl_backend_vfile *backend, const char **path_r) argument
/dovecot/src/plugins/fts/
H A Dfts-indexer.c38 const char **path_r)
57 *path_r = path;
37 fts_indexer_cmd(struct mail_user *user, const char *cmd, const char **path_r) argument
H A Dfts-parser-script.c45 static int script_connect(struct mail_user *user, const char **path_r) argument
61 *path_r = path;
/dovecot/src/plugins/mail-filter/
H A Dmail-filter-plugin.c62 static int seekable_fd_callback(const char **path_r, void *context) argument
83 *path_r = str_c(path);
/dovecot/src/lda/
H A Dmain.c47 static int seekable_fd_callback(const char **path_r, void *context) argument
68 *path_r = str_c(path);
/dovecot/src/lib-master/
H A Dmaster-service-settings.c243 const char **path_r, const char **error_r)
249 *path_r = path = input->config_path != NULL ? input->config_path :
269 *path_r = DOVECOT_CONFIG_SOCKET_PATH;
241 master_service_open_config(struct master_service *service, const struct master_service_settings_input *input, const char **path_r, const char **error_r) argument
/dovecot/src/lib-program-client/
H A Dprogram-client.c35 int program_client_seekable_fd_callback(const char **path_r, void *context) argument
56 *path_r = str_c(path);
/dovecot/src/lib-storage/index/
H A Dindex-mail-binary.c207 static int fd_callback(const char **path_r, void *context) argument
227 *path_r = str_c(path);
/dovecot/src/lib-imap-client/
H A Dimapc-client.c546 const char **path_r)
571 *path_r = str_c(path);
545 imapc_client_create_temp_fd(struct imapc_client *client, const char **path_r) argument
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-list.c450 enum mailbox_list_path_type type, const char **path_r)
458 return mailbox_list_get_path(fs_list, fs_name, type, path_r);
460 *path_r = NULL;
449 imapc_list_get_path(struct mailbox_list *_list, const char *name, enum mailbox_list_path_type type, const char **path_r) argument
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-storage.c88 enum mailbox_list_path_type type, const char **path_r)
94 *path_r = NULL;
110 *path_r = path;
114 *path_r = t_strconcat(path, "/"MBOX_INDEX_DIR_NAME, NULL);
122 *path_r = t_strconcat(t_strdup_until(path, p),
130 *path_r = path;
87 mbox_list_get_path(struct mailbox_list *list, const char *name, enum mailbox_list_path_type type, const char **path_r) argument
/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-client.c844 static int seekable_fd_callback(const char **path_r, void *context) argument
865 *path_r = str_c(path);
/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-connection.c482 const char **path_r)
502 *path_r = str_c(path);
481 imap_urlauth_connection_create_temp_fd(struct imap_urlauth_connection *conn, const char **path_r) argument
/dovecot/src/lib-index/
H A Dmail-index.c569 const char *path_prefix, const char **path_r)
577 path = *path_r = t_strconcat(path_prefix, ".tmp", NULL);
568 mail_index_create_tmp_file(struct mail_index *index, const char *path_prefix, const char **path_r) argument

Completed in 72 milliseconds

12