Searched refs:BIO_set_nbio (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_s_connect.pod | 9 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.
|
/third_party/openssl/demos/bio/ |
D | sconnect.c | 76 BIO_set_nbio(out, 1); in main()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 664 BIO_set_nbio(bio, 1); /* nonblocking */ 669 BIO_set_nbio(bio, 1); /* nonblocking */
|
D | openssl-client.c | 385 BIO_set_nbio(wsi->tls.client_bio, 1); /* nonblocking */ in lws_ssl_client_bio_create()
|
/third_party/python/Modules/ |
D | _ssl.c | 882 BIO_set_nbio(SSL_get_rbio(self->ssl), 1); in newPySSLSocket() 883 BIO_set_nbio(SSL_get_wbio(self->ssl), 1); in newPySSLSocket() 946 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl() 947 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl() 2323 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl() 2324 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl() 2490 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl() 2491 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl() 2589 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl() 2590 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl()
|
/third_party/openssl/util/ |
D | private.num | 153 BIO_set_nbio define
|
/third_party/openssl/test/ |
D | handshake_helper.c | 1519 BIO_set_nbio(client_to_server, 1); in do_handshake_internal() 1520 BIO_set_nbio(server_to_client, 1); in do_handshake_internal()
|
D | ssltest_old.c | 1939 if (BIO_set_nbio(client, 1) <= 0) in doit_localhost() 1941 if (BIO_set_nbio(acpt, 1) <= 0) in doit_localhost()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 358 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro
|
/third_party/openssl/apps/ |
D | ocsp.c | 1508 BIO_set_nbio(cbio, 1); in query_responder()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 841 #define BIO_set_nbio BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_set_nbio) macro
|