Lines Matching refs:rfd
571 tls_retry(ssl, rfd, wfd, tlsstart, timeout, err, where) in tls_retry() argument
573 int rfd;
612 where, rfd, wfd, err);
615 if ((err == SSL_ERROR_WANT_READ && !SM_FD_OK_SELECT(rfd)) ||
622 where, rfd, wfd);
633 FD_SET(rfd, &ssl_maskr);
635 FD_SET(rfd, &ssl_maskx);
638 ret = select(rfd + 1, &ssl_maskr, NULL, &ssl_maskx,
653 FD_SET(rfd, &ssl_maskx);
718 int r, rfd, wfd, try, ssl_err; local
745 rfd = SSL_get_rfd(so->con);
747 try = tls_retry(so->con, rfd, wfd, tlsstart,
844 int r, rfd, wfd, try, ssl_err; local
870 rfd = SSL_get_rfd(so->con);
872 try = tls_retry(so->con, rfd, wfd, tlsstart,