Loading lib/ftp.c +2 −2 Original line number Diff line number Diff line Loading @@ -3213,8 +3213,8 @@ static CURLcode ftp_init(struct connectdata *conn) * the connection phase. * * The variable 'done' points to will be TRUE if the protocol-layer connect * phase is done when this function returns, or FALSE is not. When called as * a part of the easy interface, it will always be TRUE. * phase is done when this function returns, or FALSE if not. * */ static CURLcode ftp_connect(struct connectdata *conn, bool *done) /* see description above */ Loading lib/imap.c +1 −2 Original line number Diff line number Diff line Loading @@ -1695,8 +1695,7 @@ static int imap_getsock(struct connectdata *conn, curl_socket_t *socks, * connection phase. * * The variable 'done' points to will be TRUE if the protocol-layer connect * phase is done when this function returns, or FALSE is not. When called as * a part of the easy interface, it will always be TRUE. * phase is done when this function returns, or FALSE if not. */ static CURLcode imap_connect(struct connectdata *conn, bool *done) { Loading lib/multi.c +2 −2 Original line number Diff line number Diff line Loading @@ -2567,8 +2567,8 @@ void Curl_expire(struct SessionHandle *data, long milli) struct timeval *nowp = &data->state.expiretime; int rc; /* this is only interesting for multi-interface using libcurl, and only while there is still a multi interface struct remaining! */ /* this is only interesting while there is still an associated multi struct remaining! */ if(!multi) return; Loading lib/pop3.c +1 −2 Original line number Diff line number Diff line Loading @@ -1421,8 +1421,7 @@ static int pop3_getsock(struct connectdata *conn, curl_socket_t *socks, * connection phase. * * The variable 'done' points to will be TRUE if the protocol-layer connect * phase is done when this function returns, or FALSE is not. When called as * a part of the easy interface, it will always be TRUE. * phase is done when this function returns, or FALSE if not. */ static CURLcode pop3_connect(struct connectdata *conn, bool *done) { Loading lib/smtp.c +1 −2 Original line number Diff line number Diff line Loading @@ -1387,8 +1387,7 @@ static int smtp_getsock(struct connectdata *conn, curl_socket_t *socks, * the connection phase. * * The variable pointed to by 'done' will be TRUE if the protocol-layer * connect phase is done when this function returns, or FALSE if not. When * called as a part of the easy interface, it will always be TRUE. * connect phase is done when this function returns, or FALSE if not. */ static CURLcode smtp_connect(struct connectdata *conn, bool *done) { Loading Loading
lib/ftp.c +2 −2 Original line number Diff line number Diff line Loading @@ -3213,8 +3213,8 @@ static CURLcode ftp_init(struct connectdata *conn) * the connection phase. * * The variable 'done' points to will be TRUE if the protocol-layer connect * phase is done when this function returns, or FALSE is not. When called as * a part of the easy interface, it will always be TRUE. * phase is done when this function returns, or FALSE if not. * */ static CURLcode ftp_connect(struct connectdata *conn, bool *done) /* see description above */ Loading
lib/imap.c +1 −2 Original line number Diff line number Diff line Loading @@ -1695,8 +1695,7 @@ static int imap_getsock(struct connectdata *conn, curl_socket_t *socks, * connection phase. * * The variable 'done' points to will be TRUE if the protocol-layer connect * phase is done when this function returns, or FALSE is not. When called as * a part of the easy interface, it will always be TRUE. * phase is done when this function returns, or FALSE if not. */ static CURLcode imap_connect(struct connectdata *conn, bool *done) { Loading
lib/multi.c +2 −2 Original line number Diff line number Diff line Loading @@ -2567,8 +2567,8 @@ void Curl_expire(struct SessionHandle *data, long milli) struct timeval *nowp = &data->state.expiretime; int rc; /* this is only interesting for multi-interface using libcurl, and only while there is still a multi interface struct remaining! */ /* this is only interesting while there is still an associated multi struct remaining! */ if(!multi) return; Loading
lib/pop3.c +1 −2 Original line number Diff line number Diff line Loading @@ -1421,8 +1421,7 @@ static int pop3_getsock(struct connectdata *conn, curl_socket_t *socks, * connection phase. * * The variable 'done' points to will be TRUE if the protocol-layer connect * phase is done when this function returns, or FALSE is not. When called as * a part of the easy interface, it will always be TRUE. * phase is done when this function returns, or FALSE if not. */ static CURLcode pop3_connect(struct connectdata *conn, bool *done) { Loading
lib/smtp.c +1 −2 Original line number Diff line number Diff line Loading @@ -1387,8 +1387,7 @@ static int smtp_getsock(struct connectdata *conn, curl_socket_t *socks, * the connection phase. * * The variable pointed to by 'done' will be TRUE if the protocol-layer * connect phase is done when this function returns, or FALSE if not. When * called as a part of the easy interface, it will always be TRUE. * connect phase is done when this function returns, or FALSE if not. */ static CURLcode smtp_connect(struct connectdata *conn, bool *done) { Loading