Searched defs:close_flag (Results 1 – 6 of 6) sorted by relevance
100 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket()
110 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd()
187 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp()
204 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram()910 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp()
67 BIO_new_fd(int fd, int close_flag) in BIO_new_fd()
253 BIO_new_bufferevent(struct bufferevent *bufferevent, int close_flag) in BIO_new_bufferevent()1390 int close_flag = 0; /* options & BEV_OPT_CLOSE_ON_FREE; */ in bufferevent_openssl_filter_new() local