Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dcurl_rtmp.c53 static CURLcode rtmp_done(struct connectdata *conn, CURLcode, bool premature);
259 bool premature) in rtmp_done() argument
263 (void)premature; /* unused */ in rtmp_done()
Dfile.c87 CURLcode status, bool premature);
210 CURLcode status, bool premature) in file_done() argument
214 (void)premature; /* not used */ in file_done()
Drtsp.c52 static CURLcode rtsp_done(struct connectdata *conn, CURLcode, bool premature);
199 CURLcode status, bool premature) in rtsp_done() argument
207 premature = TRUE; in rtsp_done()
209 httpStatus = Curl_http_done(conn, status, premature); in rtsp_done()
Dhttp2.h53 void Curl_http2_done(struct connectdata *conn, bool premature);
Dhttp.h83 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
Dmulti.c522 bool premature) in multi_done() argument
549 premature = TRUE; in multi_done()
556 result = conn->handler->done(conn, status, premature); in multi_done()
620 || (premature && !(conn->handler->flags & PROTOPT_STREAM))) { in multi_done()
621 CURLcode res2 = Curl_disconnect(data, conn, premature); in multi_done()
657 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()
714 (void)multi_done(data, data->result, premature); in curl_multi_remove_handle()
Dsmb.c65 bool premature);
923 bool premature) in smb_done() argument
925 (void) premature; in smb_done()
Dopenldap.c420 bool premature) in ldap_done() argument
425 (void)premature; in ldap_done()
Dpop3.c94 bool premature);
1119 bool premature) in pop3_done() argument
1125 (void)premature; in pop3_done()
Dtftp.c156 CURLcode, bool premature);
1078 bool premature) in tftp_done() argument
1084 (void)premature; /* not used */ in tftp_done()
Dsmtp.c94 bool premature);
1186 bool premature) in smtp_done() argument
1196 (void)premature; in smtp_done()
Dtelnet.c122 CURLcode, bool premature);
1281 CURLcode status, bool premature) in telnet_done() argument
1285 (void)premature; /* not used */ in telnet_done()
Dimap.c94 bool premature);
1456 bool premature) in imap_done() argument
1462 (void)premature; in imap_done()
Dftp.c130 CURLcode, bool premature);
3131 bool premature) in ftp_done() argument
3163 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()
Dhttp.c1597 CURLcode status, bool premature) in Curl_http_done() argument
1620 Curl_http2_done(conn, premature); in Curl_http_done()
1627 if(!premature && /* this check is pointless when DONE is called before the in Curl_http_done()
Dhttp2.c1172 void Curl_http2_done(struct connectdata *conn, bool premature) in Curl_http2_done() argument
1196 if(premature) { in Curl_http2_done()
/external/curl/lib/vssh/
Dlibssh.c112 CURLcode, bool premature);
118 CURLcode, bool premature);
2232 bool premature) in scp_done() argument
2234 (void) premature; /* not used */ in scp_done()
2370 bool premature) in sftp_done() argument
2378 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
Dlibssh2.c114 CURLcode, bool premature);
120 CURLcode, bool premature);
3064 bool premature) in scp_done() argument
3066 (void)premature; /* not used */ in scp_done()
3192 bool premature) in sftp_done() argument
3200 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
/external/python/pybind11/docs/advanced/
Dmisc.rst220 Python, which may be undesirable from an API standpoint (a premature explicit
/external/mesa3d/docs/relnotes/
D11.1.0.rst73 vbo: premature flushing breaks GL_LINE_LOOP
/external/perfetto/docs/concepts/
Dconfig.md446 invoked (like in nominal cases). The trigger acts as a premature finalization
/external/python/cpython3/Doc/library/
Dhttp.client.rst421 This is to avoid premature termination of the read of the request by
/external/python/cpython2/Modules/zlib/
DChangeLog226 - 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/cpython3/Doc/extending/
Dextending.rst864 block when taking this premature exit, especially when it is added later to the
944 when a premature exit is taken. The disadvantage of borrowing over owning is
/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

12