/curl/lib/ |
H A D | sendf.h | 223 struct Curl_creader *reader, int premature); 275 struct Curl_creader *reader, int premature); 389 void Curl_creader_done(struct Curl_easy *data, int premature);
|
H A D | curl_rtmp.c | 58 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 D | transfer.h | 113 CURLcode Curl_xfer_write_done(struct Curl_easy *data, bool premature);
|
H A D | file.c | 99 CURLcode status, bool premature); 264 CURLcode status, bool premature) in file_done() argument 268 (void)premature; /* not used */ in file_done()
|
H A D | multi.c | 600 BIT(premature); 656 conn->bits.close, mdctx->premature, in multi_done_locked() 687 bool premature) in multi_done() argument 723 premature = TRUE; in multi_done() 744 r2 = Curl_xfer_write_done(data, premature); in multi_done() 749 Curl_conn_ev_data_done(data, premature); in multi_done() 758 mdctx.premature = premature; in multi_done() 780 bool premature; in curl_multi_remove_handle() local 804 premature = (data->mstate < MSTATE_COMPLETED); in curl_multi_remove_handle() 808 if(premature) { in curl_multi_remove_handle() [all …]
|
H A D | rtsp.c | 53 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 D | http.h | 129 CURLcode Curl_http_done(struct Curl_easy *data, CURLcode, bool premature);
|
H A D | mqtt.c | 66 CURLcode status, bool premature); 729 CURLcode status, bool premature) in mqtt_done() argument 733 (void)premature; in mqtt_done()
|
H A D | sendf.c | 617 struct Curl_creader *reader, int premature) in Curl_creader_def_done() argument 621 (void)premature; in Curl_creader_def_done() 1424 void Curl_creader_done(struct Curl_easy *data, int premature) in Curl_creader_done() argument 1428 reader->crt->done(data, reader, premature); in Curl_creader_done()
|
H A D | smtp.c | 93 bool premature); 1395 bool premature) in smtp_done() argument 1401 (void)premature; in smtp_done() 1425 status, premature, result); in smtp_done()
|
H A D | tftp.c | 156 CURLcode, bool premature); 1057 bool premature) in tftp_done() argument 1064 (void)premature; /* not used */ in tftp_done()
|
H A D | pop3.c | 94 bool premature); 1215 bool premature) in pop3_done() argument 1220 (void)premature; in pop3_done()
|
H A D | telnet.c | 118 CURLcode, bool premature); 1283 CURLcode status, bool premature) in telnet_done() argument 1287 (void)premature; /* not used */ in telnet_done()
|
H A D | cfilters.h | 519 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature);
|
H A D | transfer.c | 912 CURLcode Curl_xfer_write_done(struct Curl_easy *data, bool premature) in Curl_xfer_write_done() argument 914 (void)premature; in Curl_xfer_write_done()
|
H A D | imap.c | 89 bool premature); 1499 bool premature) in imap_done() argument 1505 (void)premature; in imap_done()
|
H A D | cfilters.c | 758 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature) in Curl_conn_ev_data_done() argument 760 cf_cntrl_all(data->conn, data, TRUE, CF_CTRL_DATA_DONE, premature, NULL); in Curl_conn_ev_data_done()
|
H A D | ftp.c | 205 CURLcode, bool premature); 3186 bool premature) in ftp_done() argument 3217 if(!premature) in ftp_done() 3305 pp->pending_resp && !premature) { in ftp_done() 3358 if(result || premature) in ftp_done() 3394 if(!status && !result && !premature && data->set.postquote) in ftp_done()
|
H A D | openldap.c | 919 bool premature) in oldap_done() argument 925 (void)premature; in oldap_done()
|
H A D | http.c | 1162 CURLcode status, bool premature) in Curl_http_done() argument 1177 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_done() 4477 struct Curl_creader *reader, int premature) in cr_exp100_done() argument 4480 ctx->state = premature ? EXP100_FAILED : EXP100_SEND_DATA; in cr_exp100_done()
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 55 CURLcode, bool premature); 63 CURLcode, bool premature); 1063 CURLcode code, bool premature) 1068 (void)premature; 1096 CURLcode code, bool premature) in wsftp_done() argument 1098 (void)premature; in wsftp_done()
|
H A D | libssh.c | 115 CURLcode, bool premature); 122 CURLcode, bool premature); 2399 bool premature) in scp_done() argument 2401 (void) premature; /* not used */ in scp_done() 2542 bool premature) in sftp_done() argument 2551 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
|
H A D | libssh2.c | 104 static CURLcode scp_done(struct Curl_easy *data, CURLcode c, bool premature); 108 static CURLcode sftp_done(struct Curl_easy *data, CURLcode, bool premature); 3492 bool premature) in scp_done() argument 3494 (void)premature; /* not used */ in scp_done() 3625 bool premature) in sftp_done() argument 3634 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
|