Searched refs:BIO_do_connect (Results 1 – 12 of 12) sorted by relevance
10 BIO_set_nbio, BIO_do_connect - connect BIO31 long BIO_do_connect(BIO *b);93 BIO_do_connect() attempts to connect the supplied BIO.122 Applications do not have to call BIO_do_connect() but may wish to do137 BIO_set_nbio(), and BIO_do_connect() are macros.161 BIO_do_connect() returns 1 if the connection was successfully176 if (BIO_do_connect(cbio) <= 0) {
35 It retries BIO_do_connect() as far as needed to reach a definite outcome,43 while a value < 0 means that BIO_do_connect() is tried only once.53 L<BIO_do_connect(3)>, L<BIO_read(3)>
182 if (BIO_do_connect(sbio) <= 0) {
88 if (BIO_do_connect(sbio) <= 0) { in main()
96 if (BIO_do_connect(sbio) <= 0) { in main()
916 * Connect via given BIO using BIO_do_connect() until success/timeout/error.940 rv = BIO_do_connect(bio); in BIO_do_connect_retry()
158 BIO_do_connect define
481 # define BIO_do_connect(b) BIO_do_handshake(b) macro
458 # define BIO_do_connect(b) BIO_do_handshake(b) macro
1957 if (BIO_do_connect(client) <= 0) { in doit_localhost()
790 MLINKS+= BIO_s_connect.3 BIO_do_connect.3
1663 * `BIO_do_connect()` and `BIO_do_handshake()` have been extended: