Lines Matching full:connect
10 BIO_set_nbio, BIO_do_connect - connect BIO
35 BIO_s_connect() returns the connect BIO method. This is a wrapper
38 Using connect BIOs, TCP/IP connections can be made and data
42 Read and write operations on a connect BIO will perform I/O
47 Connect BIOs support BIO_puts() but not BIO_gets().
49 If the close flag is set on a connect BIO then any active
53 Calling BIO_reset() on a connect BIO will close any active
54 connection and reset the BIO into a state where it can connect
58 a single call: that is it creates a new connect BIO with hostname B<name>.
75 BIO_get_conn_hostname() returns the hostname of the connect BIO or
85 BIO_get_conn_ip_family() returns the IP family of the connect BIO.
91 non blocking I/O is set during the connect process.
93 BIO_do_connect() attempts to connect the supplied BIO.
97 after connect() failures.
100 The call BIO_should_retry() should be used for non blocking connect BIOs
141 BIO_s_connect() returns the connect BIO method.