/external/curl/lib/ |
D | curl_rtmp.c | 50 static CURLcode rtmp_done(struct connectdata *conn, CURLcode, bool premature); 249 bool premature) in rtmp_done() argument 253 (void)premature; /* unused */ in rtmp_done()
|
D | rtsp.c | 62 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()
|
D | http2.h | 54 void Curl_http2_done(struct connectdata *conn, bool premature);
|
D | file.c | 86 CURLcode status, bool premature); 262 CURLcode status, bool premature) in file_done() argument 266 (void)premature; /* not used */ in file_done()
|
D | multi.c | 530 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()
|
D | http.h | 80 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
|
D | smb.c | 60 bool premature); 883 bool premature) in smb_done() argument 887 (void) premature; in smb_done()
|
D | openldap.c | 393 bool premature) in ldap_done() argument 398 (void)premature; in ldap_done()
|
D | pop3.c | 93 bool premature); 1158 bool premature) in pop3_done() argument 1164 (void)premature; in pop3_done()
|
D | tftp.c | 156 CURLcode, bool premature); 1049 bool premature) in tftp_done() argument 1055 (void)premature; /* not used */ in tftp_done()
|
D | telnet.c | 121 CURLcode, bool premature); 1264 CURLcode status, bool premature) in telnet_done() argument 1268 (void)premature; /* not used */ in telnet_done()
|
D | smtp.c | 92 bool premature); 1192 bool premature) in smtp_done() argument 1202 (void)premature; in smtp_done()
|
D | ssh.c | 133 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()
|
D | imap.c | 92 bool premature); 1455 bool premature) in imap_done() argument 1461 (void)premature; in imap_done()
|
D | ftp.c | 129 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()
|
D | http.c | 1421 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()
|
D | http2.c | 989 void Curl_http2_done(struct connectdata *conn, bool premature) in Curl_http2_done() argument 1011 if(premature) { in Curl_http2_done()
|
/external/zlib/src/ |
D | ChangeLog | 183 - 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/ |
D | ChangeLog | 183 - 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/ |
D | KNOWN_BUGS | 510 way, it is considered a "premature" transfer end. In this situation, libcurl
|
/external/python/cpython2/Doc/extending/ |
D | extending.rst | 814 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/ |
D | objcmt-arc-cf-annotations.m | 889 // PR 4230 - an autorelease pool is not necessarily leaked during a premature
|
D | objcmt-arc-cf-annotations.m.result | 931 // PR 4230 - an autorelease pool is not necessarily leaked during a premature
|
/external/pcre/dist2/doc/ |
D | pcre2grep.txt | 776 characters in the callout argument will cause premature termination of
|
/external/python/cpython2/Doc/library/ |
D | mailbox.rst | 1663 programs, mail loss due to interruption of the program, or premature termination
|