Searched refs:close_flag (Results 1 - 12 of 12) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
H A D | bss_fd.c | 111 BIO *BIO_new_fd(int fd,int close_flag) argument 116 BIO_set_fd(ret,fd,close_flag);
|
H A D | bss_sock.c | 101 BIO *BIO_new_socket(int fd, int close_flag) argument 107 BIO_set_fd(ret,fd,close_flag);
|
H A D | bss_file.c | 188 BIO *BIO_new_fp(FILE *stream, int close_flag) argument 196 BIO_set_fp(ret,stream,close_flag);
|
H A D | bio.h | 634 BIO *BIO_new_fp(FILE *stream, int close_flag); 729 BIO *BIO_new_socket(int sock, int close_flag); 730 BIO *BIO_new_dgram(int fd, int close_flag); 732 BIO *BIO_new_dgram_sctp(int fd, int close_flag); 740 BIO *BIO_new_fd(int fd, int close_flag);
|
H A D | bss_dgram.c | 209 BIO *BIO_new_dgram(int fd, int close_flag) argument 215 BIO_set_fd(ret,fd,close_flag); 872 BIO *BIO_new_dgram_sctp(int fd, int close_flag) argument 891 BIO_set_fd(bio,fd,close_flag);
|
/external/openssl/crypto/bio/ |
H A D | bss_fd.c | 111 BIO *BIO_new_fd(int fd,int close_flag) argument 116 BIO_set_fd(ret,fd,close_flag);
|
H A D | bss_sock.c | 101 BIO *BIO_new_socket(int fd, int close_flag) argument 107 BIO_set_fd(ret,fd,close_flag);
|
H A D | bss_file.c | 188 BIO *BIO_new_fp(FILE *stream, int close_flag) argument 196 BIO_set_fp(ret,stream,close_flag);
|
H A D | bio.h | 634 BIO *BIO_new_fp(FILE *stream, int close_flag); 729 BIO *BIO_new_socket(int sock, int close_flag); 730 BIO *BIO_new_dgram(int fd, int close_flag); 732 BIO *BIO_new_dgram_sctp(int fd, int close_flag); 740 BIO *BIO_new_fd(int fd, int close_flag);
|
H A D | bss_dgram.c | 209 BIO *BIO_new_dgram(int fd, int close_flag) argument 215 BIO_set_fd(ret,fd,close_flag); 872 BIO *BIO_new_dgram_sctp(int fd, int close_flag) argument 891 BIO_set_fd(bio,fd,close_flag);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
H A D | bio.h | 634 BIO *BIO_new_fp(FILE *stream, int close_flag); 729 BIO *BIO_new_socket(int sock, int close_flag); 730 BIO *BIO_new_dgram(int fd, int close_flag); 732 BIO *BIO_new_dgram_sctp(int fd, int close_flag); 740 BIO *BIO_new_fd(int fd, int close_flag);
|
/external/openssl/include/openssl/ |
H A D | bio.h | 634 BIO *BIO_new_fp(FILE *stream, int close_flag); 729 BIO *BIO_new_socket(int sock, int close_flag); 730 BIO *BIO_new_dgram(int fd, int close_flag); 732 BIO *BIO_new_dgram_sctp(int fd, int close_flag); 740 BIO *BIO_new_fd(int fd, int close_flag);
|
Completed in 126 milliseconds