Lines Matching full:because
81 write at the moment. This can simplify the development of code because you do
129 attempting to write the text "Hello World" and the operation failed because the
137 We call our function \f(CWwait_for_activity()\fR because all it does is wait until
166 \& * you check if it did so because of activity on the file descriptors or
167 \& * because of the timeout. If it is due to the timeout then update the
177 In this example we are using the \f(CW\*(C`select\*(C'\fR function because it is very simple
189 \&\fBSSL_write_ex\fR\|(3). Errors may be fatal (for example because the underlying
190 connection has failed), or non-fatal (for example because we are trying to read
202 \&\fBSSL_read\fR\|(3) can still generate \fBSSL_ERROR_WANT_WRITE\fR because OpenSSL
299 send data to the server. As with \fBSSL_connect\fR\|(3) above, because we are using
388 return 0 because we have already received EOF from the server indicating that it
397 \& * The peer already shutdown gracefully (we know this because of the
404 \& * ret == 0 is unexpected here because that means "we\*(Aqve sent a
406 \& * we got one from the peer because of the SSL_ERROR_ZERO_RETURN