Lines Matching refs:set
49 and the port and hostname (see below) is set up properly then
54 If the close flag is set on a connect BIO then any active
65 BIO_set_conn_hostname() uses the string B<name> to set the hostname.
81 NULL if the BIO is initialized but no hostname is set.
93 zero then blocking I/O is set. If B<n> is 1 then non blocking I/O
94 is set. Blocking I/O is the default. The call to BIO_set_nbio()
96 non blocking I/O is set during the connect process.
109 BIO_set_sock_type() can be used to set a socket type value as would be passed in
120 BIO_get_sock_type() retrieves the value set using BIO_set_sock_type().
124 If blocking I/O is set then a non positive return value from any
129 override any value set with BIO_set_conn_port(). This may be undesirable
137 Before any connection attempt the values returned are those set by the
143 If non blocking I/O is set then retries will be requested as appropriate.
167 was set.
170 none was set.
172 BIO_get_conn_ip_family() returns the address family or -1 if none was set.
175 port or NULL if not set.