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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c61 HASH_TABLE(char *, struct mail_thread_root_node *) subject_hash; member in struct:subject_gather_context
80 if (!hash_table_lookup_full(ctx->subject_hash, subject, &hash_subject,
86 hash_table_insert(ctx->subject_hash, hash_subject, node);
102 hash_table_update(ctx->subject_hash, hash_subject, node);
221 hash_table_create(&gather_ctx.subject_hash, gather_ctx.subject_pool,
253 hash_table_destroy(&gather_ctx.subject_hash);

Completed in 12 milliseconds