Lines Matching refs:rctx
1055 struct _connection_lost_request_ctx *rctx)
1057 struct _connection_lost_ctx *ctx = rctx->ctx;
1065 if (http_client_request_try_retry(rctx->req)) {
1070 i_free(rctx);
1086 struct _connection_lost_request_ctx *rctx;
1097 rctx = i_new(struct _connection_lost_request_ctx, 1);
1098 rctx->ctx = ctx;
1100 rctx->req = hreq = http_client_request(http_client,
1102 test_client_connection_lost_response, rctx);
1107 rctx = i_new(struct _connection_lost_request_ctx, 1);
1108 rctx->ctx = ctx;
1110 rctx->req = hreq = http_client_request(http_client,
1112 test_client_connection_lost_response, rctx);