Home
last modified time | relevance | path

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

/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h922 int SSL_get_read_ahead(const SSL *ssl);
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c954 int SSL_get_read_ahead(const SSL *ssl) in SSL_get_read_ahead() function
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list219 SSL_get_read_ahead
DBoringSSL-GRPC.podspec1771 '#define SSL_get_read_ahead GRPC_SHADOW_SSL_get_read_ahead',
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4204 OPENSSL_EXPORT int SSL_get_read_ahead(const SSL *ssl);
/external/boringssl/src/include/openssl/
Dssl.h4276 OPENSSL_EXPORT int SSL_get_read_ahead(const SSL *ssl);
/external/boringssl/src/ssl/
Dssl_lib.cc1749 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.cc1706 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.h358 #define SSL_get_read_ahead BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_read_ahead) macro