Searched refs:BIO_set_nbio (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_connect.pod | 10 BIO_set_nbio, BIO_do_connect - connect BIO 29 long BIO_set_nbio(BIO *b, long n); 87 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is 89 is set. Blocking I/O is the default. The call to BIO_set_nbio() 137 BIO_set_nbio(), and BIO_do_connect() are macros. 159 BIO_set_nbio() returns 1 or <=0 if an error occurs.
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | sconnect.c | 75 BIO_set_nbio(out, 1); in main()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 1498 BIO_set_nbio(client_to_server, 1); in do_handshake_internal() 1499 BIO_set_nbio(server_to_client, 1); in do_handshake_internal()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 936 BIO_set_nbio(bio, !blocking); in BIO_do_connect_retry()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 220 BIO_set_nbio define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h.in | 411 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro 443 /* #define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) */
|
H A D | bio.h | 434 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 1947 if (BIO_set_nbio(client, 1) <= 0) in doit_localhost() 1949 if (BIO_set_nbio(acpt, 1) <= 0) in doit_localhost()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 920 MLINKS+= BIO_s_connect.3 BIO_set_nbio.3
|