Lines Matching defs:msg_search_ctx
516 struct message_search_context *msg_search_ctx;
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;
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, ctx->input, NULL, &error);