Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dcurl_rtmp.c50 static CURLcode rtmp_done(struct connectdata *conn, CURLcode, bool premature);
249 bool premature) in rtmp_done() argument
253 (void)premature; /* unused */ in rtmp_done()
Drtsp.c62 static CURLcode rtsp_done(struct connectdata *conn, CURLcode, bool premature);
198 CURLcode status, bool premature) in rtsp_done() argument
208 premature = TRUE; in rtsp_done()
210 httpStatus = Curl_http_done(conn, status, premature); in rtsp_done()
Dhttp2.h54 void Curl_http2_done(struct connectdata *conn, bool premature);
Dfile.c86 CURLcode status, bool premature);
262 CURLcode status, bool premature) in file_done() argument
266 (void)premature; /* not used */ in file_done()
Dmulti.c530 bool premature) in multi_done() argument
563 premature = TRUE; in multi_done()
570 result = conn->handler->done(conn, status, premature); in multi_done()
625 ) || conn->bits.close || premature) { in multi_done()
626 CURLcode res2 = Curl_disconnect(conn, premature); /* close connection */ in multi_done()
660 bool premature; in curl_multi_remove_handle() local
676 premature = (data->mstate < CURLM_STATE_COMPLETED) ? TRUE : FALSE; in curl_multi_remove_handle()
682 if(premature) { in curl_multi_remove_handle()
727 (void)multi_done(&data->easy_conn, data->result, premature); in curl_multi_remove_handle()
Dhttp.h80 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
Dsmb.c60 bool premature);
883 bool premature) in smb_done() argument
887 (void) premature; in smb_done()
Dopenldap.c393 bool premature) in ldap_done() argument
398 (void)premature; in ldap_done()
Dpop3.c93 bool premature);
1158 bool premature) in pop3_done() argument
1164 (void)premature; in pop3_done()
Dtftp.c156 CURLcode, bool premature);
1049 bool premature) in tftp_done() argument
1055 (void)premature; /* not used */ in tftp_done()
Dtelnet.c121 CURLcode, bool premature);
1264 CURLcode status, bool premature) in telnet_done() argument
1268 (void)premature; /* not used */ in telnet_done()
Dsmtp.c92 bool premature);
1192 bool premature) in smtp_done() argument
1202 (void)premature; in smtp_done()
Dssh.c133 CURLcode, bool premature);
139 CURLcode, bool premature);
3102 bool premature) in scp_done() argument
3104 (void)premature; /* not used */ in scp_done()
3230 bool premature) in sftp_done() argument
3238 if(!status && !premature && conn->data->set.postquote) { in sftp_done()
Dimap.c92 bool premature);
1455 bool premature) in imap_done() argument
1461 (void)premature; in imap_done()
Dftp.c129 CURLcode, bool premature);
3170 bool premature) in ftp_done() argument
3202 if(!premature) in ftp_done()
3293 pp->pending_resp && !premature) { in ftp_done()
3335 if(result || premature) in ftp_done()
3379 if(!status && !result && !premature && data->set.postquote) in ftp_done()
Dhttp.c1421 CURLcode status, bool premature) in Curl_http_done() argument
1426 infof(data, "Curl_http_done: called premature == %d\n", premature); in Curl_http_done()
1456 Curl_http2_done(conn, premature); in Curl_http_done()
1474 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_done()
Dhttp2.c989 void Curl_http2_done(struct connectdata *conn, bool premature) in Curl_http2_done() argument
1011 if(premature) { in Curl_http2_done()
/external/zlib/src/
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/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/curl/docs/
DKNOWN_BUGS510 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/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m889 // PR 4230 - an autorelease pool is not necessarily leaked during a premature
Dobjcmt-arc-cf-annotations.m.result931 // PR 4230 - an autorelease pool is not necessarily leaked during a premature
/external/pcre/dist2/doc/
Dpcre2grep.txt776 characters in the callout argument will cause premature termination of
/external/python/cpython2/Doc/library/
Dmailbox.rst1663 programs, mail loss due to interruption of the program, or premature termination

12