Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dconnect.c110 } BIO_CONNECT; typedef
169 static int conn_state(BIO *bio, BIO_CONNECT *c) { in conn_state()
298 static BIO_CONNECT *BIO_CONNECT_new(void) { in BIO_CONNECT_new()
299 BIO_CONNECT *ret = OPENSSL_malloc(sizeof(BIO_CONNECT)); in BIO_CONNECT_new()
304 OPENSSL_memset(ret, 0, sizeof(BIO_CONNECT)); in BIO_CONNECT_new()
310 static void BIO_CONNECT_free(BIO_CONNECT *c) { in BIO_CONNECT_free()
329 BIO_CONNECT *c = (BIO_CONNECT *) bio->ptr; in conn_close_socket()
352 BIO_CONNECT_free((BIO_CONNECT*) bio->ptr); in conn_free()
359 BIO_CONNECT *data; in conn_read()
361 data = (BIO_CONNECT *)bio->ptr; in conn_read()
[all …]