Home
last modified time | relevance | path

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

123

/third_party/curl/lib/
Dcurl_rtmp.c56 static CURLcode rtmp_done(struct Curl_easy *data, CURLcode, bool premature);
277 bool premature) in rtmp_done() argument
281 (void)premature; /* unused */ in rtmp_done()
Dfile.c90 CURLcode status, bool premature);
254 CURLcode status, bool premature) in file_done() argument
258 (void)premature; /* not used */ in file_done()
Drtsp.c53 static CURLcode rtsp_done(struct Curl_easy *data, CURLcode, bool premature);
187 CURLcode status, bool premature) in rtsp_done() argument
194 premature = TRUE; in rtsp_done()
196 httpStatus = Curl_http_done(data, status, premature); in rtsp_done()
Dmulti.c664 bool premature) in multi_done() argument
672 (int)status, (int)premature, data->state.done)); in multi_done()
675 (int)status, (int)premature, data->state.done)); in multi_done()
697 premature = TRUE; in multi_done()
704 result = conn->handler->done(data, status, premature); in multi_done()
717 Curl_conn_ev_data_done(data, premature); in multi_done()
770 || (premature && !Curl_conn_is_multiplex(conn, FIRSTSOCKET))) { in multi_done()
775 data->set.reuse_forbid, conn->bits.close, premature, in multi_done()
780 Curl_disconnect(data, conn, premature); in multi_done()
832 bool premature; in curl_multi_remove_handle() local
[all …]
Dmqtt.c66 CURLcode status, bool premature);
739 CURLcode status, bool premature) in mqtt_done() argument
743 (void)premature; in mqtt_done()
Dhttp.h151 CURLcode Curl_http_done(struct Curl_easy *data, CURLcode, bool premature);
Dcfilters.c581 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature) in Curl_conn_ev_data_done() argument
583 cf_cntrl_all(data->conn, data, TRUE, CF_CTRL_DATA_DONE, premature, NULL); in Curl_conn_ev_data_done()
Dtftp.c158 CURLcode, bool premature);
1062 bool premature) in tftp_done() argument
1069 (void)premature; /* not used */ in tftp_done()
Dpop3.c89 bool premature);
1160 bool premature) in pop3_done() argument
1165 (void)premature; in pop3_done()
Dcfilters.h431 void Curl_conn_ev_data_done(struct Curl_easy *data, bool premature);
Dtelnet.c118 CURLcode, bool premature);
1286 CURLcode status, bool premature) in telnet_done() argument
1290 (void)premature; /* not used */ in telnet_done()
Dsmtp.c93 bool premature);
1396 bool premature) in smtp_done() argument
1406 (void)premature; in smtp_done()
Dimap.c89 bool premature);
1507 bool premature) in imap_done() argument
1513 (void)premature; in imap_done()
Dftp.c126 CURLcode, bool premature);
3231 bool premature) in ftp_done() argument
3263 if(!premature) in ftp_done()
3350 pp->pending_resp && !premature) { in ftp_done()
3403 if(result || premature) in ftp_done()
3447 if(!status && !result && !premature && data->set.postquote) in ftp_done()
Dopenldap.c915 bool premature) in oldap_done() argument
921 (void)premature; in oldap_done()
Dhttp2.c275 struct Curl_easy *data, bool premature) in http2_data_done() argument
281 (void)premature; in http2_data_done()
/third_party/curl/lib/vssh/
Dwolfssh.c56 CURLcode, bool premature);
64 CURLcode, bool premature);
1067 CURLcode code, bool premature)
1072 (void)premature;
1100 CURLcode code, bool premature) in wsftp_done() argument
1102 (void)premature; in wsftp_done()
Dlibssh.c125 CURLcode, bool premature);
132 CURLcode, bool premature);
2404 bool premature) in scp_done() argument
2406 (void) premature; /* not used */ in scp_done()
2546 bool premature) in sftp_done() argument
2555 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
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);
3522 bool premature) in scp_done() argument
3524 (void)premature; /* not used */ in scp_done()
3654 bool premature) in sftp_done() argument
3663 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.2.rst99 * fix premature examination of dereferenced object
/third_party/openssl/doc/man3/
DOSSL_trace_enabled.pod216 Note however that premature optimization of tracing code is in general futile
/third_party/node/doc/contributing/
Dcollaborator-guide.md100 [premature-disclosures](https://github.com/nodejs/premature-disclosures).
102 `premature-disclosures` repository. Add a copy of the patch for the
112 `premature-disclosures` repository.
/third_party/mesa3d/docs/relnotes/
D11.1.0.rst73 vbo: premature flushing breaks GL_LINE_LOOP
/third_party/python/Doc/library/
Dhttp.client.rst428 This is to avoid premature termination of the read of the request by
/third_party/zlib/
DChangeLog301 - Allow gzrewind() and gzseek() after a premature end-of-file
337 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF
581 - Fix premature EOF from gzread() in gzio.c [Brown]
1426 - deflateEnd now returns Z_DATA_ERROR if it was premature

123