Searched refs:SSL_alloc_buffers (Results 1 – 5 of 5) sorted by relevance
5 SSL_free_buffers, SSL_alloc_buffers - manage SSL structure buffers12 int SSL_alloc_buffers(SSL *ssl);17 SSL_alloc_buffers() allocates the read and write buffers of the given B<ssl>.24 new read or write. The SSL_alloc_buffers() does not need to be called, but38 read or written. The SSL_alloc_buffers() function returns 0 when there is46 The SSL_alloc_buffers() function returns 1 if the buffers have been allocated.48 SSL_alloc_buffers().
466 SSL_alloc_buffers;
2375 __owur int SSL_alloc_buffers(SSL *ssl);
364 MAN+= SSL_alloc_buffers.32759 MLINKS+= SSL_alloc_buffers.3 SSL_free_buffers.3
5337 int SSL_alloc_buffers(SSL *ssl) in SSL_alloc_buffers() function