Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dcurl_rtmp.c51 static CURLcode rtmp_done(struct connectdata *conn, CURLcode, bool premature);
256 bool premature) in rtmp_done() argument
260 (void)premature; /* unused */ in rtmp_done()
Drtsp.c62 static CURLcode rtsp_done(struct connectdata *conn, CURLcode, bool premature);
216 CURLcode status, bool premature) in rtsp_done() argument
226 premature = TRUE; in rtsp_done()
228 httpStatus = Curl_http_done(conn, status, premature); in rtsp_done()
Dfile.c86 CURLcode status, bool premature);
268 CURLcode status, bool premature) in file_done() argument
272 (void)premature; /* not used */ in file_done()
Dhttp2.h54 void Curl_http2_done(struct connectdata *conn, bool premature);
Dmulti.c485 bool premature) in multi_done() argument
519 premature = TRUE; in multi_done()
526 result = conn->handler->done(conn, status, premature); in multi_done()
585 || (premature && !(conn->handler->flags & PROTOPT_STREAM))) { in multi_done()
586 CURLcode res2 = Curl_disconnect(conn, premature); /* close connection */ in multi_done()
627 bool premature; in curl_multi_remove_handle() local
643 premature = (data->mstate < CURLM_STATE_COMPLETED) ? TRUE : FALSE; in curl_multi_remove_handle()
649 if(premature) { in curl_multi_remove_handle()
688 (void)multi_done(&data->easy_conn, data->result, premature); in curl_multi_remove_handle()
Dhttp.h78 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
Dsmb.c64 bool premature);
898 bool premature) in smb_done() argument
902 (void) premature; in smb_done()
Dopenldap.c423 bool premature) in ldap_done() argument
428 (void)premature; in ldap_done()
Dssh-libssh.c105 CURLcode, bool premature);
111 CURLcode, bool premature);
2232 bool premature) in scp_done() argument
2234 (void) premature; /* not used */ in scp_done()
2370 bool premature) in sftp_done() argument
2378 if(!status && !premature && conn->data->set.postquote) { in sftp_done()
Dpop3.c93 bool premature);
1116 bool premature) in pop3_done() argument
1122 (void)premature; in pop3_done()
Dtftp.c156 CURLcode, bool premature);
1056 bool premature) in tftp_done() argument
1062 (void)premature; /* not used */ in tftp_done()
Dssh.c114 CURLcode, bool premature);
120 CURLcode, bool premature);
3039 bool premature) in scp_done() argument
3041 (void)premature; /* not used */ in scp_done()
3167 bool premature) in sftp_done() argument
3175 if(!status && !premature && conn->data->set.postquote) { in sftp_done()
Dtelnet.c123 CURLcode, bool premature);
1285 CURLcode status, bool premature) in telnet_done() argument
1289 (void)premature; /* not used */ in telnet_done()
Dsmtp.c93 bool premature);
1183 bool premature) in smtp_done() argument
1193 (void)premature; in smtp_done()
Dimap.c93 bool premature);
1453 bool premature) in imap_done() argument
1459 (void)premature; in imap_done()
Dftp.c129 CURLcode, bool premature);
3130 bool premature) in ftp_done() argument
3162 if(!premature) in ftp_done()
3255 pp->pending_resp && !premature) { in ftp_done()
3297 if(result || premature) in ftp_done()
3341 if(!status && !result && !premature && data->set.postquote) in ftp_done()
Dhttp.c1415 CURLcode status, bool premature) in Curl_http_done() argument
1453 Curl_http2_done(conn, premature); in Curl_http_done()
1470 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_done()
Dhttp2.c1063 void Curl_http2_done(struct connectdata *conn, bool premature) in Curl_http2_done() argument
1085 if(premature) { in Curl_http2_done()
/external/python/cpython3/Doc/library/
Dhttp.client.rst383 This is to avoid premature termination of the read of the request by
/external/python/cpython2/Modules/zlib/
DChangeLog183 - Allow gzrewind() and gzseek() after a premature end-of-file
219 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF
463 - Fix premature EOF from gzread() in gzio.c [Brown]
1308 - deflateEnd now returns Z_DATA_ERROR if it was premature
/external/zlib/src/
DChangeLog226 - Allow gzrewind() and gzseek() after a premature end-of-file
262 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF
506 - Fix premature EOF from gzread() in gzio.c [Brown]
1351 - deflateEnd now returns Z_DATA_ERROR if it was premature
/external/python/cpython3/Modules/zlib/
DChangeLog226 - Allow gzrewind() and gzseek() after a premature end-of-file
262 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF
506 - Fix premature EOF from gzread() in gzio.c [Brown]
1351 - deflateEnd now returns Z_DATA_ERROR if it was premature
/external/curl/docs/
DKNOWN_BUGS466 way, it is considered a "premature" transfer end. In this situation, libcurl
/external/python/cpython2/Doc/extending/
Dextending.rst814 block when taking this premature exit, especially when it is added later to the
898 when a premature exit is taken. The disadvantage of borrowing over owning is
/external/python/cpython3/Doc/extending/
Dextending.rst845 block when taking this premature exit, especially when it is added later to the
925 when a premature exit is taken. The disadvantage of borrowing over owning is

12