Home
last modified time | relevance | path

Searched refs:SSL_get_stream_write_buf_avail (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod26 SSL_get_stream_write_buf_avail -
78 int SSL_get_stream_write_buf_avail(SSL *ssl, uint64_t *value);
300 Can be queried using the convenience macro SSL_get_stream_write_buf_avail().
/freebsd/crypto/openssl/util/
H A Dother.syms718 SSL_get_stream_write_buf_avail define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2530 # define SSL_get_stream_write_buf_avail(ssl, value) \ macro
H A Dssl.h.in2483 # define SSL_get_stream_write_buf_avail(ssl, value) \ macro
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5572 || !TEST_true(SSL_get_stream_write_buf_avail(c_a, &avail)) in check_write_buf_stat()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4488 MLINKS+= SSL_get_value_uint.3 SSL_get_stream_write_buf_avail.3