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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_fd.c68 BIO *BIO_new_fd(int fd, int close_flag) argument
128 BIO *BIO_new_fd(int fd, int close_flag) argument
134 BIO_set_fd(ret, fd, close_flag);
H A Dbss_sock.c100 BIO *BIO_new_socket(int fd, int close_flag) argument
107 BIO_set_fd(ret, fd, close_flag);
H A Dbio.h656 BIO *BIO_new_fp(FILE *stream, int close_flag);
757 BIO *BIO_new_socket(int sock, int close_flag);
758 BIO *BIO_new_dgram(int fd, int close_flag);
760 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
771 BIO *BIO_new_fd(int fd, int close_flag);
H A Dbss_file.c198 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
207 BIO_set_fp(ret, stream, close_flag);
H A Dbss_dgram.c208 BIO *BIO_new_dgram(int fd, int close_flag) argument
215 BIO_set_fd(ret, fd, close_flag);
967 BIO *BIO_new_dgram_sctp(int fd, int close_flag) argument
987 BIO_set_fd(bio, fd, close_flag);
/freebsd-11-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 80 milliseconds