/dovecot/src/auth/ |
H A D | passdb-cache.c | 32 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 D | auth-cache.c | 369 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 D | dsync-brain-mailbox-tree.c | 372 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 D | dsync-ibc.c | 83 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 D | dsync-mailbox-tree-fill.c | 18 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 D | dsync-mailbox-tree.c | 195 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 D | dsync-ibc-pipe.c | 270 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 D | dsync-mailbox-tree-sync.c | 53 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 D | dsync-ibc-stream.c | 1068 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 D | mailbox-list-index-sync.c | 94 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 D | mailbox-list-index-backend.c | 72 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
|