/external/curl/lib/ |
D | curl_rtmp.c | 53 static CURLcode rtmp_done(struct connectdata *conn, CURLcode, bool premature); 259 bool premature) in rtmp_done() argument 263 (void)premature; /* unused */ in rtmp_done()
|
D | file.c | 87 CURLcode status, bool premature); 210 CURLcode status, bool premature) in file_done() argument 214 (void)premature; /* not used */ in file_done()
|
D | rtsp.c | 62 static CURLcode rtsp_done(struct connectdata *conn, CURLcode, bool premature); 214 CURLcode status, bool premature) in rtsp_done() argument 222 premature = TRUE; in rtsp_done() 224 httpStatus = Curl_http_done(conn, status, premature); in rtsp_done()
|
D | http2.h | 54 void Curl_http2_done(struct connectdata *conn, bool premature);
|
D | multi.c | 526 bool premature) in multi_done() argument 555 premature = TRUE; in multi_done() 562 result = conn->handler->done(conn, status, premature); in multi_done() 626 || (premature && !(conn->handler->flags & PROTOPT_STREAM))) { in multi_done() 627 CURLcode res2 = Curl_disconnect(data, conn, premature); in multi_done() 664 bool premature; in curl_multi_remove_handle() local 683 premature = (data->mstate < CURLM_STATE_COMPLETED) ? TRUE : FALSE; in curl_multi_remove_handle() 689 if(premature) { in curl_multi_remove_handle() 724 (void)multi_done(data, data->result, premature); in curl_multi_remove_handle()
|
D | http.h | 83 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
|
D | smb.c | 65 bool premature); 920 bool premature) in smb_done() argument 922 (void) premature; in smb_done()
|
D | openldap.c | 423 bool premature) in ldap_done() argument 428 (void)premature; in ldap_done()
|
D | ssh-libssh.c | 112 CURLcode, bool premature); 118 CURLcode, bool premature); 2252 bool premature) in scp_done() argument 2254 (void) premature; /* not used */ in scp_done() 2390 bool premature) in sftp_done() argument 2398 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
|
D | pop3.c | 93 bool premature); 1125 bool premature) in pop3_done() argument 1131 (void)premature; in pop3_done()
|
D | tftp.c | 156 CURLcode, bool premature); 1060 bool premature) in tftp_done() argument 1066 (void)premature; /* not used */ in tftp_done()
|
D | telnet.c | 122 CURLcode, bool premature); 1281 CURLcode status, bool premature) in telnet_done() argument 1285 (void)premature; /* not used */ in telnet_done()
|
D | smtp.c | 93 bool premature); 1188 bool premature) in smtp_done() argument 1198 (void)premature; in smtp_done()
|
D | ssh.c | 114 CURLcode, bool premature); 120 CURLcode, bool premature); 3090 bool premature) in scp_done() argument 3092 (void)premature; /* not used */ in scp_done() 3218 bool premature) in sftp_done() argument 3226 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
|
D | imap.c | 93 bool premature); 1465 bool premature) in imap_done() argument 1471 (void)premature; in imap_done()
|
D | ftp.c | 130 CURLcode, bool premature); 3129 bool premature) in ftp_done() argument 3160 if(!premature) in ftp_done() 3257 pp->pending_resp && !premature) { in ftp_done() 3299 if(result || premature) in ftp_done() 3343 if(!status && !result && !premature && data->set.postquote) in ftp_done()
|
D | http.c | 1563 CURLcode status, bool premature) in Curl_http_done() argument 1586 Curl_http2_done(conn, premature); in Curl_http_done() 1593 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_done()
|
D | http2.c | 1180 void Curl_http2_done(struct connectdata *conn, bool premature) in Curl_http2_done() argument 1207 if(premature) { in Curl_http2_done()
|
/external/python/cpython3/Doc/library/ |
D | http.client.rst | 397 This is to avoid premature termination of the read of the request by
|
/external/zlib/src/ |
D | ChangeLog | 226 - 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/cpython2/Modules/zlib/ |
D | ChangeLog | 226 - 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/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/python/cpython3/Doc/extending/ |
D | extending.rst | 853 block when taking this premature exit, especially when it is added later to the 933 when a premature exit is taken. The disadvantage of borrowing over owning is
|
/external/curl/docs/ |
D | KNOWN_BUGS | 578 way, it is considered a "premature" transfer end. In this situation, libcurl
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 889 // PR 4230 - an autorelease pool is not necessarily leaked during a premature
|