FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BIO_nread
crypto/openssl/include/openssl/bio.h
774
int BIO_nread(BIO *bio, char **buf, int num);
crypto/openssl/test/ssl_old_test.c
2460
r = BIO_nread(io1, &dataptr, (int)num);