/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 | file.c | 87 CURLcode status, bool premature); 258 CURLcode status, bool premature) in file_done() argument 262 (void)premature; /* not used */ in file_done()
|
D | url.h | 41 CURLcode Curl_done(struct connectdata **, CURLcode, bool premature);
|
D | http.h | 80 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
|
D | smb.c | 60 bool premature); 881 bool premature) in smb_done() argument 885 (void) premature; in smb_done()
|
D | openldap.c | 394 bool premature) in ldap_done() argument 399 (void)premature; in ldap_done()
|
D | pop3.c | 95 bool premature); 1148 bool premature) in pop3_done() argument 1154 (void)premature; in pop3_done()
|
D | tftp.c | 155 CURLcode, bool premature); 1033 bool premature) in tftp_done() argument 1039 (void)premature; /* not used */ in tftp_done()
|
D | ssh.c | 127 CURLcode, bool premature); 133 CURLcode, bool premature); 2985 bool premature) in scp_done() argument 2987 (void)premature; /* not used */ in scp_done() 3120 bool premature) in sftp_done() argument 3128 if(!status && !premature && conn->data->set.postquote) { in sftp_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 | 94 bool premature); 1190 bool premature) in smtp_done() argument 1200 (void)premature; in smtp_done()
|
D | multi.c | 484 bool premature; in curl_multi_remove_handle() local 500 premature = (data->mstate < CURLM_STATE_COMPLETED) ? TRUE : FALSE; in curl_multi_remove_handle() 506 if(premature) { in curl_multi_remove_handle() 557 (void)Curl_done(&data->easy_conn, data->result, premature); in curl_multi_remove_handle()
|
D | imap.c | 93 bool premature); 1476 bool premature) in imap_done() argument 1482 (void)premature; in imap_done()
|
D | ftp.c | 130 CURLcode, bool premature); 3221 bool premature) in ftp_done() argument 3259 if(!premature) { in ftp_done() 3356 pp->pending_resp && !premature) { in ftp_done() 3398 if(result || premature) in ftp_done() 3442 if(!status && !result && !premature && data->set.postquote) in ftp_done()
|
D | url.c | 5994 bool premature) in Curl_done() argument 6027 premature = TRUE; in Curl_done() 6034 result = conn->handler->done(conn, status, premature); in Curl_done() 6083 ) || conn->bits.close || premature) { in Curl_done() 6084 CURLcode res2 = Curl_disconnect(conn, premature); /* close connection */ in Curl_done()
|
D | http.c | 1458 CURLcode status, bool premature) in Curl_http_done() argument 1513 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_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/opencv3/3rdparty/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/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/elfutils/src/ |
D | ChangeLog | 704 * Makefile.am: Prevent premature @AR@ replacement in a sed expression.
|
/external/libxml2/ |
D | NEWS | 95 Remove premature XInclude check on URI being relative (Alexey Neyman),
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 388 ADJ "premature" :G2P
|
/external/jetty/ |
D | VERSION.txt | 4819 + Dispatcher.forward dispatches directly to ServletHolder to avoid premature
|