Home
last modified time | relevance | path

Searched refs:BIO_CONNECT (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_conn.c40 } BIO_CONNECT; typedef
50 static int conn_state(BIO *b, BIO_CONNECT *c);
52 BIO_CONNECT *BIO_CONNECT_new(void);
53 void BIO_CONNECT_free(BIO_CONNECT *a);
78 static int conn_state(BIO *b, BIO_CONNECT *c) in conn_state()
252 BIO_CONNECT *BIO_CONNECT_new(void) in BIO_CONNECT_new()
254 BIO_CONNECT *ret; in BIO_CONNECT_new()
265 void BIO_CONNECT_free(BIO_CONNECT *a) in BIO_CONNECT_free()
293 BIO_CONNECT *c; in conn_close_socket()
295 c = (BIO_CONNECT *)bi in conn_close_socket()
[all...]
/third_party/openssl/crypto/bio/
H A Dbss_conn.c40 } BIO_CONNECT; typedef
50 static int conn_state(BIO *b, BIO_CONNECT *c);
52 BIO_CONNECT *BIO_CONNECT_new(void);
53 void BIO_CONNECT_free(BIO_CONNECT *a);
78 static int conn_state(BIO *b, BIO_CONNECT *c) in conn_state()
252 BIO_CONNECT *BIO_CONNECT_new(void) in BIO_CONNECT_new()
254 BIO_CONNECT *ret; in BIO_CONNECT_new()
265 void BIO_CONNECT_free(BIO_CONNECT *a) in BIO_CONNECT_free()
293 BIO_CONNECT *c; in conn_close_socket()
295 c = (BIO_CONNECT *)bi in conn_close_socket()
[all...]

Completed in 2 milliseconds