Home
last modified time | relevance | path

Searched refs:SSL_get_read_ahead (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_read_ahead.pod6 SSL_set_read_ahead, SSL_get_read_ahead,
15 int SSL_get_read_ahead(const SSL *s);
33 SSL_CTX_get_read_ahead() and SSL_get_read_ahead() indicate whether reading
40 SSL_CTX_get_read_head() and SSL_get_read_ahead() are undefined for DTLS. Setting
58 SSL_get_read_ahead() and SSL_CTX_get_read_ahead() return 0 if reading ahead is off,
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h924 int SSL_get_read_ahead(const SSL *ssl);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c979 int SSL_get_read_ahead(const SSL *ssl) in SSL_get_read_ahead() function
/third_party/openssl/util/
Dlibssl.num180 SSL_get_read_ahead 181 1_1_0 EXIST::FUNCTION:
/third_party/openssl/doc/man7/
Dssl.pod571 =item int B<SSL_get_read_ahead>(const SSL *ssl);
/third_party/openssl/ssl/
Dssl_lib.c1487 int SSL_get_read_ahead(const SSL *s) in SSL_get_read_ahead() function
3886 SSL_set_read_ahead(ret, SSL_get_read_ahead(s)); in SSL_dup()
/third_party/openssl/include/openssl/
Dssl.h1535 __owur int SSL_get_read_ahead(const SSL *s);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h358 #define SSL_get_read_ahead BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_read_ahead) macro