Home
last modified time | relevance | path

Searched refs:BIO_set_nbio (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_s_connect.pod9 BIO_set_nbio, BIO_do_connect - connect BIO
28 long BIO_set_nbio(BIO *b, long n);
88 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is
90 is set. Blocking I/O is the default. The call to BIO_set_nbio()
136 BIO_set_nbio(), and BIO_do_connect() are macros.
161 BIO_set_nbio() always returns 1.
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h380 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro
/freebsd-13-stable/crypto/openssl/apps/
HDocsp.c1508 BIO_set_nbio(cbio, 1); in query_responder()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile754 MLINKS+= BIO_s_connect.3 BIO_set_nbio.3