Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dpair.c63 struct bio_bio_st { struct
89 struct bio_bio_st *b; in bio_new() argument
95 memset(b, 0, sizeof(struct bio_bio_st)); in bio_new()
103 struct bio_bio_st *b = bio->ptr; in bio_destroy_pair()
105 struct bio_bio_st *peer_b; in bio_destroy_pair()
135 struct bio_bio_st *b; in bio_free()
157 static size_t bio_zero_copy_get_read_buf(struct bio_bio_st* peer_b, in bio_zero_copy_get_read_buf()
176 struct bio_bio_st* b; in BIO_zero_copy_get_read_buf()
177 struct bio_bio_st* peer_b; in BIO_zero_copy_get_read_buf()
223 struct bio_bio_st* b; in BIO_zero_copy_get_read_buf_done()
[all …]