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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c69 char *hash_subject; local
80 if (!hash_table_lookup_full(ctx->subject_hash, subject, &hash_subject,
85 hash_subject = p_strdup(ctx->subject_pool, subject);
86 hash_table_insert(ctx->subject_hash, hash_subject, node);
102 hash_table_update(ctx->subject_hash, hash_subject, node);

Completed in 958 milliseconds