BIO_get_fd
BIO_get_fd(r, &ret);
BIO_get_fd(r, &ret);
|| ((int)BIO_get_fd(s->rbio, NULL) != fd)) {
|| ((int)BIO_get_fd(s->wbio, NULL) != fd)) {
if (BIO_get_fd(bio, &fd) <= 0)
if (BIO_get_fd(bio, &fd) <= 0)
if (BIO_get_fd(cbio, &fd) < 0) {