/third_party/curl/lib/ |
H A D | curl_rtmp.c | 56 static CURLcode rtmp_done(struct Curl_easy *data, CURLcode, bool premature); 277 bool premature) in rtmp_done() 281 (void)premature; /* unused */ in rtmp_done() 276 rtmp_done(struct Curl_easy *data, CURLcode status, bool premature) rtmp_done() argument
|
H A D | multi.c | 641 bool premature) in multi_done() 649 (int)status, (int)premature, data->state.done)); in multi_done() 652 (int)status, (int)premature, data->state.done)); in multi_done() 671 be counted as premature as there is trouble ahead if we don't. We have in multi_done() 674 premature = TRUE; in multi_done() 682 result = conn->handler->done(data, status, premature); in multi_done() 695 Curl_conn_ev_data_done(data, premature); in multi_done() 730 if premature is TRUE, it means this connection was said to be DONE before in multi_done() 748 || (premature && !Curl_conn_is_multiplex(conn, FIRSTSOCKET))) { in multi_done() 751 ", close=%d, premature in multi_done() 638 multi_done(struct Curl_easy *data, CURLcode status, bool premature) multi_done() argument 810 bool premature; curl_multi_remove_handle() local [all...] |
H A D | file.c | 90 CURLcode status, bool premature); 254 CURLcode status, bool premature) in file_done() 258 (void)premature; /* not used */ in file_done() 253 file_done(struct Curl_easy *data, CURLcode status, bool premature) file_done() argument
|
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() 198 premature = TRUE; in rtsp_done() 200 httpStatus = Curl_http_done(data, status, premature); in rtsp_done() 190 rtsp_done(struct Curl_easy *data, CURLcode status, bool premature) rtsp_done() argument
|
H A D | mqtt.c | 66 CURLcode status, bool premature); 730 CURLcode status, bool premature) in mqtt_done() 734 (void)premature; in mqtt_done() 729 mqtt_done(struct Curl_easy *data, CURLcode status, bool premature) mqtt_done() argument
|
H A D | http.h | 145 CURLcode Curl_http_done(struct Curl_easy *data, CURLcode, bool premature);
|
H A D | cfilters.h | 129 #define CF_CTRL_DATA_DONE 7 /* premature NULL ignored */ 458 * is finished - eventually premature, e.g. before being complete. 460 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature);
|
H A D | smtp.c | 93 bool premature); 1390 bool premature) in smtp_done() 1400 (void)premature; in smtp_done() 1389 smtp_done(struct Curl_easy *data, CURLcode status, bool premature) smtp_done() argument
|
H A D | tftp.c | 156 CURLcode, bool premature); 1058 bool premature) in tftp_done() 1065 (void)premature; /* not used */ in tftp_done() 1057 tftp_done(struct Curl_easy *data, CURLcode status, bool premature) tftp_done() argument
|
H A D | telnet.c | 118 CURLcode, bool premature); 1284 CURLcode status, bool premature) in telnet_done() 1288 (void)premature; /* not used */ in telnet_done() 1283 telnet_done(struct Curl_easy *data, CURLcode status, bool premature) telnet_done() argument
|
H A D | imap.c | 89 bool premature); 1499 bool premature) in imap_done() 1505 (void)premature; in imap_done() 1498 imap_done(struct Curl_easy *data, CURLcode status, bool premature) imap_done() argument
|
H A D | pop3.c | 90 bool premature); 1156 bool premature) in pop3_done() 1161 (void)premature; in pop3_done() 1155 pop3_done(struct Curl_easy *data, CURLcode status, bool premature) pop3_done() argument
|
H A D | cfilters.c | 594 * is finished - eventually premature, e.g. before being complete. 596 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature) in Curl_conn_ev_data_done() argument 598 cf_cntrl_all(data->conn, data, TRUE, CF_CTRL_DATA_DONE, premature, NULL); in Curl_conn_ev_data_done()
|
H A D | ftp.c | 127 CURLcode, bool premature); 3225 bool premature) in ftp_done() 3256 if(!premature) in ftp_done() 3343 pp->pending_resp && !premature) { in ftp_done() 3396 if(result || premature) in ftp_done() 3440 if(!status && !result && !premature && data->set.postquote) in ftp_done() 3224 ftp_done(struct Curl_easy *data, CURLcode status, bool premature) ftp_done() argument
|
H A D | openldap.c | 928 bool premature) in oldap_done() 934 (void)premature; in oldap_done() 927 oldap_done(struct Curl_easy *data, CURLcode res, bool premature) oldap_done() argument
|
H A D | http2.c | 284 struct Curl_easy *data, bool premature) in http2_data_done() 290 (void)premature; in http2_data_done() 301 CURL_TRC_CF(data, cf, "[%d] premature DATA_DONE, RST stream", in http2_data_done() 283 http2_data_done(struct Curl_cfilter *cf, struct Curl_easy *data, bool premature) http2_data_done() argument
|
H A D | http.c | 1536 CURLcode status, bool premature) in Curl_http_done() 1561 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_done() 1535 Curl_http_done(struct Curl_easy *data, CURLcode status, bool premature) Curl_http_done() argument
|
/third_party/curl/lib/vssh/ |
H A D | wolfssh.c | 57 CURLcode, bool premature); 65 CURLcode, bool premature); 1060 CURLcode code, bool premature) 1065 (void)premature; 1093 CURLcode code, bool premature) in wsftp_done() 1095 (void)premature; in wsftp_done() 1092 wsftp_done(struct Curl_easy *data, CURLcode code, bool premature) wsftp_done() argument
|
H A D | libssh.c | 120 CURLcode, bool premature); 127 CURLcode, bool premature); 2392 bool premature) in scp_done() 2394 (void) premature; /* not used */ in scp_done() 2534 bool premature) in sftp_done() 2543 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done() 2391 scp_done(struct Curl_easy *data, CURLcode status, bool premature) scp_done() argument 2533 sftp_done(struct Curl_easy *data, CURLcode status, bool premature) sftp_done() argument
|
H A D | libssh2.c | 107 static CURLcode scp_done(struct Curl_easy *data, CURLcode c, bool premature); 111 static CURLcode sftp_done(struct Curl_easy *data, CURLcode, bool premature); 3524 bool premature) in scp_done() 3526 (void)premature; /* not used */ in scp_done() 3656 bool premature) in sftp_done() 3665 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done() 3523 scp_done(struct Curl_easy *data, CURLcode status, bool premature) scp_done() argument 3655 sftp_done(struct Curl_easy *data, CURLcode status, bool premature) sftp_done() argument
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1230 tell whether there was a premature return or not.
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1230 tell whether there was a premature return or not.
|