Home
last modified time | relevance | path

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

/curl/lib/
H A Dsendf.h223 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 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.h115 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.c598 BIT(premature);
654 conn->bits.close, mdctx->premature, in multi_done_locked()
657 Curl_cpool_disconnect(data, conn, mdctx->premature); in multi_done_locked()
685 bool premature) in multi_done() argument
721 premature = TRUE; in multi_done()
742 r2 = Curl_xfer_write_done(data, premature); in multi_done()
747 Curl_conn_ev_data_done(data, premature); in multi_done()
756 mdctx.premature = premature; in multi_done()
776 bool premature; in curl_multi_remove_handle() local
804 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.h129 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.c617 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 Dsmtp.c93 bool premature);
1396 bool premature) in smtp_done() argument
1402 (void)premature; in smtp_done()
1426 status, premature, result); in smtp_done()
H A Dtftp.c156 CURLcode, bool premature);
1059 bool premature) in tftp_done() argument
1066 (void)premature; /* not used */ in tftp_done()
H A Dpop3.c94 bool premature);
1215 bool premature) in pop3_done() argument
1220 (void)premature; in pop3_done()
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 Dcfilters.h519 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature);
H A Dimap.c89 bool premature);
1499 bool premature) in imap_done() argument
1505 (void)premature; in imap_done()
H A Dcfilters.c758 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 Dtransfer.c1203 CURLcode Curl_xfer_write_done(struct Curl_easy *data, bool premature) in Curl_xfer_write_done() argument
1205 (void)premature; in Curl_xfer_write_done()
H A Dopenldap.c934 bool premature) in oldap_done() argument
940 (void)premature; in oldap_done()
H A Dftp.c205 CURLcode, bool premature);
3360 bool premature) in ftp_done() argument
3391 if(!premature) in ftp_done()
3479 pp->pending_resp && !premature) { in ftp_done()
3532 if(result || premature) in ftp_done()
3568 if(!status && !result && !premature && data->set.postquote) in ftp_done()
H A Dhttp.c1162 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()
4479 struct Curl_creader *reader, int premature) in cr_exp100_done() argument
4482 ctx->state = premature ? EXP100_FAILED : EXP100_SEND_DATA; in cr_exp100_done()
/curl/lib/vssh/
H A Dwolfssh.c55 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 Dlibssh.c115 CURLcode, bool premature);
122 CURLcode, bool premature);
2392 bool premature) in scp_done() argument
2394 (void) premature; /* not used */ in scp_done()
2535 bool premature) in sftp_done() argument
2544 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
H A Dlibssh2.c104 static CURLcode scp_done(struct Curl_easy *data, CURLcode c, bool premature);
108 static CURLcode sftp_done(struct Curl_easy *data, CURLcode, bool premature);
3529 bool premature) in scp_done() argument
3531 (void)premature; /* not used */ in scp_done()
3662 bool premature) in sftp_done() argument
3671 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()

Completed in 120 milliseconds