Lines Matching full:because
30 write at the moment. This can simplify the development of code because you do
78 attempting to write the text "Hello World" and the operation failed because the
86 We call our function C<wait_for_activity()> because all it does is wait until
114 * you check if it did so because of activity on the file descriptors or
115 * because of the timeout. If it is due to the timeout then update the
124 In this example we are using the C<select> function because it is very simple
137 L<SSL_write_ex(3)>. Errors may be fatal (for example because the underlying
138 connection has failed), or non-fatal (for example because we are trying to read
150 L<SSL_read(3)> can still generate B<SSL_ERROR_WANT_WRITE> because OpenSSL
246 send data to the server. As with L<SSL_connect(3)> above, because we are using
332 return 0 because we have already received EOF from the server indicating that it
340 * The peer already shutdown gracefully (we know this because of the
347 * ret == 0 is unexpected here because that means "we've sent a
349 * we got one from the peer because of the SSL_ERROR_ZERO_RETURN