Home
last modified time | relevance | path

Searched defs:close_flag (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/bio/
Dfd.c134 BIO *BIO_new_fd(int fd, int close_flag) { in BIO_new_fd()
272 int BIO_set_fd(BIO *bio, int fd, int close_flag) { in BIO_set_fd()
Dfile.c119 BIO *BIO_new_fp(FILE *stream, int close_flag) { in BIO_new_fp()
294 int BIO_set_fp(BIO *bio, FILE *file, int close_flag) { in BIO_set_fp()
Dsocket.c195 BIO *BIO_new_socket(int fd, int close_flag) { in BIO_new_socket()
Dbio.c333 int BIO_set_close(BIO *bio, int close_flag) { in BIO_set_close()
/external/libevent/test/
Dregress_ssl.c715 BIO_new_rwcount(int close_flag) in BIO_new_rwcount()