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

/dovecot/src/lib-storage/index/
H A Dindex-search.c516 struct message_search_context *msg_search_ctx; local
574 msg_search_ctx = msg_search_arg_context(ctx->index_ctx, arg);
575 if (msg_search_ctx == NULL)
607 ret = message_search_more_get_decoded(msg_search_ctx, &block,
614 ret = message_search_more_decoded(msg_search_ctx,
677 struct message_search_context *msg_search_ctx; local
689 msg_search_ctx = msg_search_arg_context(ctx->index_ctx, arg);
690 if (msg_search_ctx == NULL) {
696 ret = message_search_msg(msg_search_ctx, ctx->input, ctx->part, &error);
702 ret = message_search_msg(msg_search_ctx, ct
[all...]

Completed in 14 milliseconds