Home
last modified time | relevance | path

Searched defs:SSL_get_read_ahead (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c979 int SSL_get_read_ahead(const SSL *ssl) in SSL_get_read_ahead() function
/external/boringssl/src/ssl/
Dssl_lib.cc1720 int SSL_get_read_ahead(const SSL *ssl) { return 0; } in SSL_get_read_ahead() function
/external/cronet/third_party/boringssl/src/ssl/
Dssl_lib.cc1722 int SSL_get_read_ahead(const SSL *ssl) { return 0; } in SSL_get_read_ahead() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc1690 int SSL_get_read_ahead(const SSL *ssl) { return 0; } in SSL_get_read_ahead() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h247 #define SSL_get_read_ahead GRPC_SHADOW_SSL_get_read_ahead macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h362 #define SSL_get_read_ahead BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_read_ahead) macro