Lines Matching refs:req
273 free(data->req.newurl);
274 data->req.newurl = NULL;
330 if(data->req.doh) {
331 Curl_dyn_free(&data->req.doh->probe[0].serverdoh);
332 Curl_dyn_free(&data->req.doh->probe[1].serverdoh);
333 curl_slist_free_all(data->req.doh->headers);
334 Curl_safefree(data->req.doh);
2065 Curl_safefree(data->req.p.http);
2066 Curl_safefree(data->req.newurl);
2068 if(data->req.doh) {
2069 Curl_close(&data->req.doh->probe[0].easy);
2070 Curl_close(&data->req.doh->probe[1].easy);
3868 memset(&data->req, 0, sizeof(struct SingleRequest));
3869 data->req.size = data->req.maxdownload = -1;
3870 data->req.no_body = data->set.opt_no_body;
3913 struct SingleRequest *k = &data->req;
3932 if(data->req.no_body)