Lines Matching defs:req
130 data->req.ignorebody = FALSE;
896 struct httpreq *req,
910 result = Curl_http_req_to_h2(&h2_headers, req, data);
954 struct httpreq *req = NULL;
956 result = Curl_http_proxy_create_CONNECT(&req, cf, data, 2);
960 infof(data, "Establish HTTP/2 proxy tunnel to %s", req->authority);
962 result = proxy_h2_submit(&ts->stream_id, cf, data, ctx->h2, req,
970 if(req)
971 Curl_http_req_free(req);
1006 if(data->req.newurl) {
1008 Curl_safefree(data->req.newurl);
1374 /* req body data is buffered, resume the potentially suspended stream */