Searched refs:close_flag (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbss_fd.c19 BIO *BIO_new_fd(int fd, int close_flag) argument
82 BIO *BIO_new_fd(int fd, int close_flag) argument
88 BIO_set_fd(ret, fd, close_flag);
H A Dbss_sock.c59 BIO *BIO_new_socket(int fd, int close_flag) argument
66 BIO_set_fd(ret, fd, close_flag);
H A Dbss_file.c92 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
101 BIO_set_fp(ret, stream, close_flag);
H A Dbss_dgram.c142 BIO *BIO_new_dgram(int fd, int close_flag) argument
149 BIO_set_fd(ret, fd, close_flag);
815 BIO *BIO_new_dgram_sctp(int fd, int close_flag) argument
835 BIO_set_fd(bio, fd, close_flag);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dbio.h547 BIO *BIO_new_fp(FILE *stream, int close_flag);
608 BIO *BIO_new_dgram(int fd, int close_flag);
611 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
714 BIO *BIO_new_socket(int sock, int close_flag);
719 BIO *BIO_new_fd(int fd, int close_flag);
/freebsd-12-stable/contrib/libevent/
H A Dbufferevent_openssl.c251 /* Create a new BIO to wrap communication around a bufferevent. If close_flag
254 BIO_new_bufferevent(struct bufferevent *bufferevent, int close_flag) argument
263 BIO_set_shutdown(result, close_flag ? 1 : 0);
1409 int close_flag = 0; /* options & BEV_OPT_CLOSE_ON_FREE; */ local
1413 if (!(bio = BIO_new_bufferevent(underlying, close_flag)))
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_ssl.c651 BIO_new_rwcount(int close_flag) argument
658 BIO_set_shutdown(result, !!close_flag);
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c253 /* Create a new BIO to wrap communication around a bufferevent. If close_flag
256 BIO_new_bufferevent(struct bufferevent *bufferevent, int close_flag) argument
265 result->shutdown = close_flag ? 1 : 0;
1412 int close_flag = 0; /* options & BEV_OPT_CLOSE_ON_FREE; */ local
1416 if (!(bio = BIO_new_bufferevent(underlying, close_flag)))

Completed in 193 milliseconds