Searched refs:no_body (Results 1 – 21 of 21) sorted by relevance
147 BIT(no_body); /* the response has no body */
264 data->req.no_body = TRUE; /* most requests do not contain a body */ in rtsp_do()274 data->req.no_body = FALSE; in rtsp_do()294 data->req.no_body = FALSE; in rtsp_do()305 data->req.no_body = FALSE; in rtsp_do()566 data->req.no_body = TRUE; in rtsp_do()
310 if(data->req.download_done && data->req.no_body && in sendrecv_dl()502 if(!(data->req.no_body) && (k->size != -1) && in Curl_sendrecv()722 (!data->req.no_body || (conn->handler->protocol & PROTO_FAMILY_HTTP)) in Curl_retry_request()828 if(k->getheader || !data->req.no_body) { in xfer_setup()
680 data->req.no_body = !pop3_is_multiline(command); in pop3_perform_command()1008 if(!data->req.no_body) { in pop3_state_command_resp()1256 if(data->req.no_body) { in pop3_perform()
507 if(data->req.no_body) in file_do()
162 req->no_body = data->set.opt_no_body; in Curl_req_hard_reset()
455 else if((type & CLIENTWRITE_EOS) && !data->req.no_body) { in cw_chunked_write()
265 if(data->req.no_body && nbytes > 0) { in cw_download_write()293 if((type & CLIENTWRITE_EOS) && !data->req.no_body && in cw_download_write()
1049 if(!data->req.no_body) in smtp_state_command_resp()1445 if(data->req.no_body) { in smtp_perform()
1447 if(data->req.no_body && ftpc->file && in ftp_state_type()2082 if(data->req.no_body && in ftp_state_mdtm_resp()3700 if(data->req.no_body) { in ftp_perform()
1645 if(data->req.no_body) in Curl_http_method()3632 if(data->req.no_body) in http_on_response()3989 if(!data->req.no_body && Curl_dyn_len(&data->state.headerb)) { in Curl_http_write_resp_hds()
1569 if(data->req.no_body) { in imap_perform()
1780 if(stream->resp_hds_complete && data->req.no_body) { in http2_handle_stream_close()
3847 if(data->req.no_body)
2097 data->req.no_body ? "HEAD" : "GET");
119 bool no_body; /* do not get the body */ member
961 if(config->no_body) in config2setopts()1362 if(config->no_body || config->remote_time) { in config2setopts()1825 if(SetHTTPrequest(config, (config->no_body ? TOOL_HTTPREQ_HEAD : in single_transfer()
2251 config->no_body = toggle; in getparameter()2253 if(SetHTTPrequest(config, (config->no_body) ? TOOL_HTTPREQ_HEAD : in getparameter()
836 if(data->req.no_body) { in wssh_statemach_act()
1424 if(data->req.no_body) { in myssh_statemach_act()
2456 if(data->req.no_body) { in ssh_statemachine()
Completed in 115 milliseconds