Searched defs:close_flag (Results 1 – 8 of 8) sorted by relevance
/external/openssl/crypto/bio/ |
D | bss_sock.c | 101 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket()
|
D | bss_fd.c | 111 BIO *BIO_new_fd(int fd,int close_flag) in BIO_new_fd()
|
D | bss_file.c | 188 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp()
|
D | bss_dgram.c | 209 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() 872 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp()
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bss_sock.c | 101 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket()
|
D | bss_fd.c | 111 BIO *BIO_new_fd(int fd,int close_flag) in BIO_new_fd()
|
D | bss_file.c | 188 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp()
|
D | bss_dgram.c | 209 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() 872 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp()
|