Lines Matching refs:retry
70 application has to do, it must also be prepared to come back and retry the
74 before), but this does not have to be the case. It can retry at any time.
76 Note that it is important that you retry exactly the same operation that you
80 some other text when you retry the operation.
209 the event of a non-fatal failure, it waits until a retry of the I/O operation
227 In such a case we must retry the same L<SSL_connect(3)> call at a later time.
235 goto end; /* Cannot retry: error */
248 we should retry exactly the same L<SSL_write_ex(3)> call again. Note that the
251 retry. An optional mode does exist (B<SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER>)
253 one retry to the next. However, in this case, you must still retry exactly the
264 goto end; /* Cannot retry: error */
270 goto end; /* Cannot retry: error */
276 goto end; /* Cannot retry: error */
299 goto end; /* Cannot retry: error */
334 Since we are using a nonblocking socket we might expect to have to retry this
353 goto end; /* Cannot retry: error */