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

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_fd.c111 BIO *BIO_new_fd(int fd,int close_flag) argument
116 BIO_set_fd(ret,fd,close_flag);
H A Dbss_sock.c101 BIO *BIO_new_socket(int fd, int close_flag) argument
107 BIO_set_fd(ret,fd,close_flag);
H A Dbss_file.c188 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
196 BIO_set_fp(ret,stream,close_flag);
H A Dbio.h634 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 Dbss_dgram.c209 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 Dbss_fd.c111 BIO *BIO_new_fd(int fd,int close_flag) argument
116 BIO_set_fd(ret,fd,close_flag);
H A Dbss_sock.c101 BIO *BIO_new_socket(int fd, int close_flag) argument
107 BIO_set_fd(ret,fd,close_flag);
H A Dbss_file.c188 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
196 BIO_set_fp(ret,stream,close_flag);
H A Dbio.h634 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 Dbss_dgram.c209 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 Dbio.h634 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 Dbio.h634 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 267 milliseconds