Lines Matching full:buffers
140 SSL_free_buffers, SSL_alloc_buffers \- manage SSL structure buffers
151 \&\fBSSL_free_buffers()\fR frees the read and write buffers of the given \fBssl\fR.
152 \&\fBSSL_alloc_buffers()\fR allocates the read and write buffers of the given \fBssl\fR.
154 The \fB\s-1SSL_MODE_RELEASE_BUFFERS\s0\fR mode releases read or write buffers whenever
155 the buffers have been drained. These functions allow applications to manually
156 control when buffers are freed and allocated.
158 After freeing the buffers, the buffers are automatically reallocated upon a
160 can be used to make sure the buffers are preallocated. This can be used to
162 to control where and how buffers are allocated.
173 The \fBSSL_free_buffers()\fR function returns 1 if the buffers have been freed. This
174 value is also returned if the buffers had been freed before calling
176 The \fBSSL_alloc_buffers()\fR function returns 1 if the buffers have been allocated.
177 This value is also returned if the buffers had been allocated before calling