Lines Matching refs:req
131 data->req.p.file = calloc(1, sizeof(struct FILEPROTO));
132 if(!data->req.p.file)
146 struct FILEPROTO *file = data->req.p.file;
256 struct FILEPROTO *file = data->req.p.file;
288 struct FILEPROTO *file = data->req.p.file;
340 /* Yikes! Curl_fillreadbuffer uses data->req.upload_fromhere to READ
342 uphere_save = data->req.upload_fromhere;
347 data->req.upload_fromhere = buffer;
393 data->req.upload_fromhere = uphere_save;
428 file = data->req.p.file;
485 data->req.no_body ? "": "\r\n");
491 if(data->req.no_body)
523 if(data->req.maxdownload > 0)
524 expected_size = data->req.maxdownload;