Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dpair.cc22 struct bio_bio_st { struct
23 BIO *peer; // NULL if buf == NULL.
29 int closed; // valid iff peer != NULL
30 size_t len; // valid iff buf != NULL; 0 if peer == NULL
31 size_t offset; // valid iff buf != NULL; 0 if len == 0
32 size_t size;
33 uint8_t *buf; // "size" elements (if != NULL)
35 size_t request; // valid iff peer != NULL; 0 if len != 0,
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bio/
Dpair.c64 struct bio_bio_st { struct
66 // If peer != NULL, then peer->ptr is also a bio_bio_st, argument
84 struct bio_bio_st *b; in bio_new() argument
/external/cronet/stable/third_party/boringssl/src/crypto/bio/
Dpair.cc64 struct bio_bio_st { struct
66 // If peer != NULL, then peer->ptr is also a bio_bio_st, argument
84 struct bio_bio_st *b = in bio_new() argument
/external/cronet/tot/third_party/boringssl/src/crypto/bio/
Dpair.cc64 struct bio_bio_st { struct
66 // If peer != NULL, then peer->ptr is also a bio_bio_st, argument
84 struct bio_bio_st *b = in bio_new() argument