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.h113 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.c600 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 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);
1395 bool premature) in smtp_done() argument
1401 (void)premature; in smtp_done()
1425 status, premature, result); in smtp_done()
H A Dtftp.c156 CURLcode, bool premature);
1057 bool premature) in tftp_done() argument
1064 (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);
1283 CURLcode status, bool premature) in telnet_done() argument
1287 (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 Dtransfer.c912 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 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 Dftp.c205 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 Dopenldap.c919 bool premature) in oldap_done() argument
925 (void)premature; in oldap_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()
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 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);
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 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);
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()

Completed in 103 milliseconds