Lines Matching refs:set
44 and the port and hostname (see below) is set up properly then
49 If the close flag is set on a connect BIO then any active
60 BIO_set_conn_hostname() uses the string B<name> to set the hostname.
76 NULL if the BIO is initialized but no hostname is set.
88 zero then blocking I/O is set. If B<n> is 1 then non blocking I/O
89 is set. Blocking I/O is the default. The call to BIO_set_nbio()
91 non blocking I/O is set during the connect process.
106 If blocking I/O is set then a non positive return value from any
111 override any value set with BIO_set_conn_port(). This may be undesirable
119 Before any connection attempt the values returned are those set by the
125 If non blocking I/O is set then retries will be requested as appropriate.
149 was set.
152 none was set.
154 BIO_get_conn_ip_family() returns the address family or -1 if none was set.
157 port or NULL if not set.