Home
last modified time | relevance | path

Searched refs:BIO_get_retry_flags (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/ssl/
Dbio_ssl.cc134 BIO_set_flags(bio, BIO_get_retry_flags(wbio)); in ssl_ctrl()
/external/boringssl/src/crypto/bio/
Dbio.c281 int BIO_get_retry_flags(BIO *bio) { in BIO_get_retry_flags() function
294 BIO_set_flags(bio, BIO_get_retry_flags(bio->next_bio)); in BIO_copy_next_retry()
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dbio.c279 int BIO_get_retry_flags(BIO *bio) { in BIO_get_retry_flags() function
292 BIO_set_flags(bio, BIO_get_retry_flags(bio->next_bio)); in BIO_copy_next_retry()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbio.h215 OPENSSL_EXPORT int BIO_get_retry_flags(BIO *bio);
/external/boringssl/src/include/openssl/
Dbio.h219 OPENSSL_EXPORT int BIO_get_retry_flags(BIO *bio);
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1435 BIO_get_retry_flags
DBoringSSL-GRPC.podspec2987 '#define BIO_get_retry_flags GRPC_SHADOW_BIO_get_retry_flags',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1463 #define BIO_get_retry_flags GRPC_SHADOW_BIO_get_retry_flags macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h787 #define BIO_get_retry_flags BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_get_retry_flags) macro