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

/dovecot/src/auth/
H A Dpassdb-cache.c32 bool use_expired, struct auth_cache_node **node_r,
40 value = auth_cache_lookup(passdb_cache, request, key, node_r,
31 passdb_cache_lookup(struct auth_request *request, const char *key, bool use_expired, struct auth_cache_node **node_r, const char **value_r, bool *neg_expired_r) argument
H A Dauth-cache.c369 const char *key, struct auth_cache_node **node_r,
406 if (node_r != NULL)
407 *node_r = node;
368 auth_cache_lookup(struct auth_cache *cache, const struct auth_request *request, const char *key, struct auth_cache_node **node_r, bool *expired_r, bool *neg_expired_r) argument
/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox-tree.c372 const struct dsync_mailbox_node **node_r,
381 node = *node_r = dsync_mailbox_tree_find_delete(tree, other_del);
369 dsync_brain_mailbox_tree_add_delete(struct dsync_mailbox_tree *tree, struct dsync_mailbox_tree *other_tree, const struct dsync_mailbox_delete *other_del, const struct dsync_mailbox_node **node_r, const char **status_r) argument
H A Ddsync-ibc.c83 const struct dsync_mailbox_node **node_r)
85 return ibc->v.recv_mailbox_tree_node(ibc, name_r, node_r);
81 dsync_ibc_recv_mailbox_tree_node(struct dsync_ibc *ibc, const char *const **name_r, const struct dsync_mailbox_node **node_r) argument
H A Ddsync-mailbox-tree-fill.c18 struct dsync_mailbox_node **node_r)
33 *node_r = node;
40 struct dsync_mailbox_node **node_r,
43 if (dsync_mailbox_tree_add_node(tree, info, node_r) < 0) {
47 (*node_r)->existence = DSYNC_MAILBOX_NODE_EXISTS;
16 dsync_mailbox_tree_add_node(struct dsync_mailbox_tree *tree, const struct mailbox_info *info, struct dsync_mailbox_node **node_r) argument
38 dsync_mailbox_tree_add_exists_node(struct dsync_mailbox_tree *tree, const struct mailbox_info *info, struct dsync_mailbox_node **node_r, enum mail_error *error_r) argument
H A Ddsync-mailbox-tree.c195 struct dsync_mailbox_node **node_r)
216 *node_r = iter->cur;
193 dsync_mailbox_tree_iter_next(struct dsync_mailbox_tree_iter *iter, const char **full_name_r, struct dsync_mailbox_node **node_r) argument
H A Ddsync-ibc-pipe.c270 const struct dsync_mailbox_node **node_r)
285 *node_r = &item->u.node;
268 dsync_ibc_pipe_recv_mailbox_tree_node(struct dsync_ibc *ibc, const char *const **name_r, const struct dsync_mailbox_node **node_r) argument
H A Ddsync-mailbox-tree-sync.c53 struct dsync_mailbox_node **node_r)
64 *node_r = iter->cur;
52 dsync_mailbox_tree_bfs_iter_next(struct dsync_mailbox_tree_bfs_iter *iter, struct dsync_mailbox_node **node_r) argument
H A Ddsync-ibc-stream.c1068 const struct dsync_mailbox_node **node_r)
1131 *node_r = node;
1066 dsync_ibc_stream_recv_mailbox_tree_node(struct dsync_ibc *_ibc, const char *const **name_r, const struct dsync_mailbox_node **node_r) argument
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-sync.c94 struct mailbox_list_index_node **node_r,
132 *node_r = node;
92 mailbox_list_index_sync_name(struct mailbox_list_index_sync_context *ctx, const char *name, struct mailbox_list_index_node **node_r, bool *created_r) argument
H A Dmailbox-list-index-backend.c72 struct mailbox_list_index_node **node_r,
77 *node_r = NULL;
81 *node_r = mailbox_list_index_lookup(&list->list, name);
82 if (*node_r == NULL)
84 if (mail_index_lookup_seq(view, (*node_r)->uid, seq_r))
91 (*node_r)->uid);
69 index_list_get_refreshed_node_seq(struct index_mailbox_list *list, struct mail_index_view *view, const char *name, struct mailbox_list_index_node **node_r, uint32_t *seq_r) argument

Completed in 161 milliseconds