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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
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_fd.c102 BIO *BIO_new_fd(int fd, int close_flag) argument
108 BIO_set_fd(ret, fd, close_flag);
H A Dbss_file.c143 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
152 BIO_set_fp(ret, stream, close_flag);
H A Dbio.h589 BIO *BIO_new_fp_internal(FILE *stream, int close_flag);
596 BIO *BIO_new_fp(FILE *stream, int close_flag);
699 BIO *BIO_new_socket(int sock, int close_flag);
700 BIO *BIO_new_dgram(int fd, int close_flag);
701 BIO *BIO_new_fd(int fd, int close_flag);
H A Dbss_dgram.c121 BIO *BIO_new_dgram(int fd, int close_flag) argument
128 BIO_set_fd(ret, fd, close_flag);
/freebsd-9.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 110 milliseconds