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

/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbss_fd.c110 BIO *BIO_new_fd(int fd, int close_flag) argument
116 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 Dbss_file.c194 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
203 BIO_set_fp(ret, stream, close_flag);
H A Dbio.h655 BIO *BIO_new_fp(FILE *stream, int close_flag);
753 BIO *BIO_new_socket(int sock, int close_flag);
754 BIO *BIO_new_dgram(int fd, int close_flag);
756 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
767 BIO *BIO_new_fd(int fd, int close_flag);
H A Dbss_dgram.c204 BIO *BIO_new_dgram(int fd, int close_flag) argument
211 BIO_set_fd(ret, fd, close_flag);
908 BIO *BIO_new_dgram_sctp(int fd, int close_flag) argument
928 BIO_set_fd(bio, fd, close_flag);
/freebsd-10.3-release/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 173 milliseconds