Searched defs:bio_bio_st (Results 1 – 4 of 4) sorted by relevance
22 struct bio_bio_st { struct23 BIO *peer; // NULL if buf == NULL.29 int closed; // valid iff peer != NULL30 size_t len; // valid iff buf != NULL; 0 if peer == NULL31 size_t offset; // valid iff buf != NULL; 0 if len == 032 size_t size;33 uint8_t *buf; // "size" elements (if != NULL)35 size_t request; // valid iff peer != NULL; 0 if len != 0,
64 struct bio_bio_st { struct66 // If peer != NULL, then peer->ptr is also a bio_bio_st, argument84 struct bio_bio_st *b; in bio_new() argument
64 struct bio_bio_st { struct66 // If peer != NULL, then peer->ptr is also a bio_bio_st, argument84 struct bio_bio_st *b = in bio_new() argument