Home
last modified time | relevance | path

Searched refs:premature (Results 1 – 25 of 30) 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()
Dfile.c87 CURLcode status, bool premature);
258 CURLcode status, bool premature) in file_done() argument
262 (void)premature; /* not used */ in file_done()
Durl.h41 CURLcode Curl_done(struct connectdata **, CURLcode, bool premature);
Dhttp.h80 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
Dsmb.c60 bool premature);
881 bool premature) in smb_done() argument
885 (void) premature; in smb_done()
Dopenldap.c394 bool premature) in ldap_done() argument
399 (void)premature; in ldap_done()
Dpop3.c95 bool premature);
1148 bool premature) in pop3_done() argument
1154 (void)premature; in pop3_done()
Dtftp.c155 CURLcode, bool premature);
1033 bool premature) in tftp_done() argument
1039 (void)premature; /* not used */ in tftp_done()
Dssh.c127 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()
Dtelnet.c121 CURLcode, bool premature);
1264 CURLcode status, bool premature) in telnet_done() argument
1268 (void)premature; /* not used */ in telnet_done()
Dsmtp.c94 bool premature);
1190 bool premature) in smtp_done() argument
1200 (void)premature; in smtp_done()
Dmulti.c484 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()
Dimap.c93 bool premature);
1476 bool premature) in imap_done() argument
1482 (void)premature; in imap_done()
Dftp.c130 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()
Durl.c5994 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()
Dhttp.c1458 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/
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/opencv3/3rdparty/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/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/elfutils/src/
DChangeLog704 * Makefile.am: Prevent premature @AR@ replacement in a sed expression.
/external/libxml2/
DNEWS95 Remove premature XInclude check on URI being relative (Alexey Neyman),
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf388 ADJ "premature" :G2P
/external/jetty/
DVERSION.txt4819 + Dispatcher.forward dispatches directly to ServletHolder to avoid premature

12