Lines Matching full:connection
36 round the platform's TCP/IP socket connection routines.
43 on the underlying connection. If no connection is established
45 a connection is established first.
50 connection is shutdown and the socket closed when the BIO
54 connection and reset the BIO into a state where it can connect
90 should be made before the connection is established because
95 For non-SSL BIOs the connection is done typically at TCP level.
98 The function returns 1 if the connection was established successfully.
99 A zero or negative value is returned if the connection could not be established.
102 If a connection has already been established this call has no effect.
108 will normally mean that the connection was closed.
112 if the application does not wish to allow connection to arbitrary
118 and BIO_get_conn_port() are updated when a connection attempt is made.
119 Before any connection attempt the values returned are those set by the
123 so to separate the connection process from other I/O processing.
129 connection process with the reason BIO_RR_CONNECT. If this is returned
130 then this is an indication that a connection attempt would block,
161 BIO_do_connect() returns 1 if the connection was successfully
162 established and <=0 if the connection failed.