Searched refs:BIO_do_connect (Results 1 – 11 of 11) sorted by relevance
9 BIO_set_nbio, BIO_do_connect - connect BIO30 int BIO_do_connect(BIO *b);97 BIO_do_connect() attempts to connect the supplied BIO. It returns 1121 Applications do not have to call BIO_do_connect() but may wish to do136 BIO_set_nbio(), and BIO_do_connect() are macros.163 BIO_do_connect() returns 1 if the connection was successfully178 if (BIO_do_connect(cbio) <= 0) {
183 if (BIO_do_connect(sbio) <= 0) {
91 if (BIO_do_connect(sbio) <= 0) { in main()
99 if (BIO_do_connect(sbio) <= 0) { in main()
563 OPENSSL_EXPORT int BIO_do_connect(BIO *bio);
542 int BIO_do_connect(BIO *bio) { in BIO_do_connect() function
98 BIO_do_connect define
405 # define BIO_do_connect(b) BIO_do_handshake(b) macro
1510 rv = BIO_do_connect(cbio); in query_responder()
1906 if (BIO_do_connect(client) <= 0) { in doit_localhost()
772 #define BIO_do_connect BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_do_connect) macro