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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_fd.c103 BIO *BIO_new_fd(int fd,int close_flag) argument
108 BIO_set_fd(ret,fd,close_flag);
H A Dbss_sock.c98 BIO *BIO_new_socket(int fd, int close_flag) argument
104 BIO_set_fd(ret,fd,close_flag);
H A Dbss_dgram.c114 BIO *BIO_new_dgram(int fd, int close_flag) argument
120 BIO_set_fd(ret,fd,close_flag);
H A Dbss_file.c141 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
149 BIO_set_fp(ret,stream,close_flag);
H A Dbio.h560 BIO *BIO_new_fp_internal(FILE *stream, int close_flag);
567 BIO *BIO_new_fp(FILE *stream, int close_flag);
667 BIO *BIO_new_socket(int sock, int close_flag);
668 BIO *BIO_new_dgram(int fd, int close_flag);
669 BIO *BIO_new_fd(int fd, int close_flag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_fd.c91 BIO *BIO_new_fd(int fd,int close_flag) argument
96 BIO_set_fd(ret,fd,close_flag);
H A Dbss_sock.c100 BIO *BIO_new_socket(int fd, int close_flag) argument
106 BIO_set_fd(ret,fd,close_flag);
H A Dbss_file.c119 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
126 BIO_set_fp(ret,stream,close_flag);
H A Dbio.h505 BIO *BIO_new_fp_internal(FILE *stream, int close_flag);
512 BIO *BIO_new_fp(FILE *stream, int close_flag);
599 BIO *BIO_new_socket(int sock, int close_flag);
600 BIO *BIO_new_fd(int fd, int close_flag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbio.h505 BIO *BIO_new_fp_internal(FILE *stream, int close_flag);
512 BIO *BIO_new_fp(FILE *stream, int close_flag);
599 BIO *BIO_new_socket(int sock, int close_flag);
600 BIO *BIO_new_fd(int fd, int close_flag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbio.h560 BIO *BIO_new_fp_internal(FILE *stream, int close_flag);
567 BIO *BIO_new_fp(FILE *stream, int close_flag);
667 BIO *BIO_new_socket(int sock, int close_flag);
668 BIO *BIO_new_dgram(int fd, int close_flag);
669 BIO *BIO_new_fd(int fd, int close_flag);

Completed in 168 milliseconds