Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod24 SSL_get_stream_write_buf_used,
79 int SSL_get_stream_write_buf_used(SSL *ssl, uint64_t *value);
290 Can be queried using the convenience macro SSL_get_stream_write_buf_used().
/freebsd/crypto/openssl/util/
H A Dother.syms717 SSL_get_stream_write_buf_used define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2527 # define SSL_get_stream_write_buf_used(ssl, value) \ macro
H A Dssl.h.in2480 # define SSL_get_stream_write_buf_used(ssl, value) \ macro
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5571 || !TEST_true(SSL_get_stream_write_buf_used(c_a, &used)) in check_write_buf_stat()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4490 MLINKS+= SSL_get_value_uint.3 SSL_get_stream_write_buf_used.3