Lines Matching refs:write

5 SSL_write_ex, SSL_write - write bytes to a TLS/SSL connection
16 SSL_write_ex() and SSL_write() write B<num> bytes from the buffer B<buf> into
22 In the paragraphs below a "write function" is defined as one of either
25 If necessary, a write function will negotiate a TLS/SSL session, if not already
28 the write function operation. The behaviour of the write functions depends on the
34 before the first call to a write function.
36 If the underlying BIO is B<blocking>, the write functions will only return, once
37 the write operation has been finished or an error occurred.
39 If the underlying BIO is B<non-blocking> the write functions will also return
42 return value of the write function will yield B<SSL_ERROR_WANT_READ>
44 call to a write function can also cause read operations! The calling process
46 of the write function. The action depends on the underlying BIO. When using a
51 The write functions will only return with success when the complete contents of
54 this flag is set the write functions will also return with success when a
55 partial write has been successfully completed. In this case the write function
56 operation is considered completed. The bytes are sent and a new write call with
58 write is performed with the size of a message block, which is 16kB.
62 When a write function call has to be repeated because L<SSL_get_error(3)>
82 network write buffer has temporarily filled up) or non-retryable (e.g. a fatal
92 The write operation was successful, the return value is the number of
97 The write operation was not successful, because either the connection was