Home
last modified time | relevance | path

Searched refs:BIO_socket_nbio (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bio/
Db_sock2.c86 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_connect()
225 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_listen()
300 if (!BIO_socket_nbio(accepted_sock, (options & BIO_SOCK_NONBLOCK) != 0)) { in BIO_accept_ex()
Db_sock.c296 int BIO_socket_nbio(int s, int mode) in BIO_socket_nbio() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h679 int BIO_socket_nbio(int fd, int mode);
/freebsd-12-stable/crypto/openssl/apps/
Ds_server.c2286 if (!BIO_socket_nbio(s, 1)) in sv_body()
3019 if (!BIO_socket_nbio(s, 1)) in www_body()
Ds_client.c2071 if (!BIO_socket_nbio(s, 1)) { in s_client_main()
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map397 BIO_socket_nbio;
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt165 BIO_F_BIO_SOCKET_NBIO:142:BIO_socket_nbio