HomeSort by relevance Sort by last modified time
    Searched refs:premature (Results 1 - 15 of 15) sorted by null

  /external/curl/lib/
curl_rtmp.c 50 static CURLcode rtmp_done(struct connectdata *conn, CURLcode, bool premature);
249 bool premature)
253 (void)premature; /* unused */
file.c 86 CURLcode status, bool premature);
261 CURLcode status, bool premature)
265 (void)premature; /* not used */
http.h 80 CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
rtsp.c 61 static CURLcode rtsp_done(struct connectdata *conn, CURLcode, bool premature);
197 CURLcode status, bool premature)
207 premature = TRUE;
209 httpStatus = Curl_http_done(conn, status, premature);
multi.c 520 bool premature)
550 be counted as premature as there is trouble ahead if we don't. We have
553 premature = TRUE;
560 result = conn->handler->done(conn, status, premature);
572 if((!premature &&
603 if premature is TRUE, it means this connection was said to be DONE before
615 ) || conn->bits.close || premature) {
616 CURLcode res2 = Curl_disconnect(conn, premature); /* close connection */
650 bool premature; local
666 premature = (data->mstate < CURLM_STATE_COMPLETED) ? TRUE : FALSE
    [all...]
openldap.c 393 bool premature)
398 (void)premature;
pop3.c 95 bool premature);
    [all...]
smb.c 60 bool premature);
883 bool premature)
887 (void) premature;
tftp.c 155 CURLcode, bool premature);
1036 bool premature)
1042 (void)premature; /* not used */
    [all...]
ssh.c 133 CURLcode, bool premature);
139 CURLcode, bool premature);
    [all...]
imap.c 93 bool premature);
    [all...]
smtp.c 94 bool premature);
    [all...]
telnet.c 122 CURLcode, bool premature);
    [all...]
ftp.c 129 CURLcode, bool premature);
    [all...]
http.c     [all...]

Completed in 1458 milliseconds