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

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-keywords.c49 unsigned int chridx_to_idx[MAILDIR_MAX_KEYWORDS]; member in struct:maildir_keywords_sync_ctx
457 if (ctx->chridx_to_idx[chridx] != 0)
458 return ctx->chridx_to_idx[chridx];
474 ctx->chridx_to_idx[chridx] = idx;

Completed in 7 milliseconds