Home
last modified time | relevance | path

Searched refs:premature (Results 1 – 23 of 23) sorted by relevance

/curl/lib/
H A Dsendf.h222 struct Curl_creader *reader, int premature);
272 struct Curl_creader *reader, int premature);
381 void Curl_creader_done(struct Curl_easy *data, int premature);
H A Dcurl_rtmp.c58 static CURLcode rtmp_done(struct Curl_easy *data, CURLcode, bool premature);
285 bool premature) in rtmp_done() argument
289 (void)premature; /* unused */ in rtmp_done()
H A Dtransfer.h93 CURLcode Curl_xfer_write_done(struct Curl_easy *data, bool premature);
H A Dfile.c99 CURLcode status, bool premature);
264 CURLcode status, bool premature) in file_done() argument
268 (void)premature; /* not used */ in file_done()
H A Dmulti.c673 bool premature) in multi_done() argument
681 (int)status, (int)premature, data->state.done)); in multi_done()
706 premature = TRUE; in multi_done()
714 result = conn->handler->done(data, status, premature); in multi_done()
727 r2 = Curl_xfer_write_done(data, premature); in multi_done()
732 Curl_conn_ev_data_done(data, premature); in multi_done()
737 result = Curl_req_done(&data->req, data, premature); in multi_done()
794 Curl_disconnect(data, conn, premature); in multi_done()
845 bool premature; in curl_multi_remove_handle() local
872 if(premature) { in curl_multi_remove_handle()
[all …]
H A Drtsp.c53 static CURLcode rtsp_done(struct Curl_easy *data, CURLcode, bool premature);
191 CURLcode status, bool premature) in rtsp_done() argument
198 premature = TRUE; in rtsp_done()
200 httpStatus = Curl_http_done(data, status, premature); in rtsp_done()
H A Dhttp.h130 CURLcode Curl_http_done(struct Curl_easy *data, CURLcode, bool premature);
H A Dmqtt.c66 CURLcode status, bool premature);
729 CURLcode status, bool premature) in mqtt_done() argument
733 (void)premature; in mqtt_done()
H A Dsendf.c608 struct Curl_creader *reader, int premature) in Curl_creader_def_done() argument
612 (void)premature; in Curl_creader_def_done()
1367 void Curl_creader_done(struct Curl_easy *data, int premature) in Curl_creader_done() argument
1371 reader->crt->done(data, reader, premature); in Curl_creader_done()
H A Dtftp.c156 CURLcode, bool premature);
1060 bool premature) in tftp_done() argument
1067 (void)premature; /* not used */ in tftp_done()
H A Dpop3.c90 bool premature);
1157 bool premature) in pop3_done() argument
1162 (void)premature; in pop3_done()
H A Dcfilters.h463 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature);
H A Dtelnet.c118 CURLcode, bool premature);
1289 CURLcode status, bool premature) in telnet_done() argument
1293 (void)premature; /* not used */ in telnet_done()
H A Dsmtp.c93 bool premature);
1391 bool premature) in smtp_done() argument
1397 (void)premature; in smtp_done()
H A Dcfilters.c604 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature) in Curl_conn_ev_data_done() argument
606 cf_cntrl_all(data->conn, data, TRUE, CF_CTRL_DATA_DONE, premature, NULL); in Curl_conn_ev_data_done()
H A Dtransfer.c1180 CURLcode Curl_xfer_write_done(struct Curl_easy *data, bool premature) in Curl_xfer_write_done() argument
1182 (void)premature; in Curl_xfer_write_done()
H A Dimap.c89 bool premature);
1501 bool premature) in imap_done() argument
1507 (void)premature; in imap_done()
H A Dopenldap.c933 bool premature) in oldap_done() argument
939 (void)premature; in oldap_done()
H A Dftp.c205 CURLcode, bool premature);
3346 bool premature) in ftp_done() argument
3377 if(!premature) in ftp_done()
3464 pp->pending_resp && !premature) { in ftp_done()
3517 if(result || premature) in ftp_done()
3561 if(!status && !result && !premature && data->set.postquote) in ftp_done()
H A Dhttp.c1174 CURLcode status, bool premature) in Curl_http_done() argument
1193 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_done()
4485 struct Curl_creader *reader, int premature) in cr_exp100_done() argument
4488 ctx->state = premature? EXP100_FAILED : EXP100_SEND_DATA; in cr_exp100_done()
/curl/lib/vssh/
H A Dwolfssh.c57 CURLcode, bool premature);
65 CURLcode, bool premature);
1062 CURLcode code, bool premature)
1067 (void)premature;
1095 CURLcode code, bool premature) in wsftp_done() argument
1097 (void)premature; in wsftp_done()
H A Dlibssh.c120 CURLcode, bool premature);
127 CURLcode, bool premature);
2395 bool premature) in scp_done() argument
2397 (void) premature; /* not used */ in scp_done()
2537 bool premature) in sftp_done() argument
2546 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
H A Dlibssh2.c107 static CURLcode scp_done(struct Curl_easy *data, CURLcode c, bool premature);
111 static CURLcode sftp_done(struct Curl_easy *data, CURLcode, bool premature);
3531 bool premature) in scp_done() argument
3533 (void)premature; /* not used */ in scp_done()
3663 bool premature) in sftp_done() argument
3672 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()

Completed in 116 milliseconds