OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_set_close
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/bio/
bio.c
360
int
BIO_set_close
(BIO *bio, int close_flag) {
/external/boringssl/src/include/openssl/
bio.h
247
/*
BIO_set_close
sets the close flag for |bio|. The meaning of which depends on
251
OPENSSL_EXPORT int
BIO_set_close
(BIO *bio, int close_flag);
[
all
...]
/external/libevent/
bufferevent_openssl.c
[
all
...]
Completed in 77 milliseconds