Lines Matching refs:same
76 Note that it is important that you retry exactly the same operation that you
126 other similar function to do the same thing. C<select> waits for the state of
217 this. The steps do this are the same as for a blocking client and are explained
227 In such a case we must retry the same L<SSL_connect(3)> call at a later time.
241 this stage, so such a response is treated in the same way as a fatal error.
248 we should retry exactly the same L<SSL_write_ex(3)> call again. Note that the
249 parameters must be I<exactly> the same, i.e. the same pointer to the buffer to
250 write with the same length. You must not attempt to send different data on a
254 same data - even though the buffer that contains that data may change location.
280 same way as a fatal error.
341 * SSL_ERROR_ZERO_RETURN (i.e. EOF) above). We should do the same back.
359 must free it. The steps to do this for this example are the same as for the
366 same thing for a QUIC client.