OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_set_nbio
(Results
1 - 3
of
3
) sorted by null
/external/libweave/examples/provider/
ssl_stream.cc
155
BIO_set_nbio
(stream_bio.get(), 1);
/external/boringssl/src/crypto/bio/
connect.c
542
int
BIO_set_nbio
(BIO *bio, int on) {
/external/boringssl/src/include/openssl/
bio.h
566
/*
BIO_set_nbio
sets whether |bio| will use non-blocking I/O operations. It
568
OPENSSL_EXPORT int
BIO_set_nbio
(BIO *bio, int on);
[
all
...]
Completed in 49 milliseconds