Searched refs:sha128 (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-tree.c238 guid_128_t *sha128; local
247 sha128 = p_new(tree->pool, guid_128_t, 1);
248 mailbox_name_get_sha128(name, *sha128);
249 guid_p = *sha128;
277 guid_128_t *sha128; local
287 sha128 = p_new(tree->pool, guid_128_t, 1);
291 mailbox_name_get_sha128(remote_name, *sha128);
293 guid_p = *sha128;
H A Ddsync-mailbox-tree-fill.c133 struct mail_namespace *ns, const guid_128_t sha128)
140 node = hash_table_lookup(tree->name128_hash, sha128);
132 dsync_mailbox_tree_find_sha(struct dsync_mailbox_tree *tree, struct mail_namespace *ns, const guid_128_t sha128) argument

Completed in 12 milliseconds