Lines Matching full:write
60 .Nd write bytes to a TLS connection
71 write
88 .Dq write functions .
90 If necessary, a write function negotiates a TLS session,
97 write function operation.
98 The behaviour of the write functions depends on the underlying
108 before the first call to a write function.
114 the write function
115 will only return once the write operation has been finished or an error
129 the write function will also return when the underlying
134 with the return value of the write function will yield
139 a write function can also cause read operations.
141 to satisfy the needs of the write function.
154 The write functions
164 When this flag is set, the write functions will also return with
165 success when a partial write has been successfully completed.
166 In this case the write function operation is considered completed.
167 The bytes are sent and a new write call with a new buffer (with the
169 A partial write is performed with the size of a message block,
172 When a write function call has to be repeated because
202 Failures can be retryable (e.g. the network write buffer has temporarily
214 The write operation was successful.
218 The write operation was not successful.
226 The write operation was not successful, because either an error occurred or