Lines Matching full:until
81 it waits (blocks) until data is available to read if you attempt to read from
85 cases. The execution of the code will simply stop until it is able to continue.
119 for the state of the underlying socket to change or until a timeout expires
155 \& * Wait until the socket is writeable or readable. We use select here
160 \& * makes this demo block until it has something more useful to do. In a
214 socket(s) to become readable/writeable or until the timeout has expired before
264 \& /* Temporary failure. Wait until we can read/write and try again */
316 the event of a non-fatal failure, it waits until a retry of the I/O operation
383 We continually call \fBSSL_connect\fR\|(3) until it gives us a success response.
440 \& * Get up to sizeof(buf) bytes of the response. We keep reading until
475 from the server. We continue going around the loop until we either encounter a
489 it until we receive a return value of 1 (meaning we have successfully completed
498 \& * Repeatedly call SSL_shutdown() until the connection is fully