Searched defs:bio_st (Results 1 – 7 of 7) sorted by relevance
822 struct bio_st { struct823 const BIO_METHOD *method;826 int init;831 int shutdown;832 int flags;833 int retry_reason;836 int num;837 CRYPTO_refcount_t references;838 void *ptr;841 BIO *next_bio; // used by filter BIOs[all …]
786 struct bio_st { struct787 const BIO_METHOD *method;790 int init;795 int shutdown;796 int flags;797 int retry_reason;800 int num;801 CRYPTO_refcount_t references;802 void *ptr;805 BIO *next_bio; // used by filter BIOs[all …]
325 struct bio_st { struct328 long (*callback) (struct bio_st *, int, const char *, int, long, long); argument336 struct bio_st *next_bio; /* used by filter BIOs */ argument337 struct bio_st *prev_bio; /* used by filter BIOs */ argument338 int references;339 unsigned long num_read;340 unsigned long num_write;341 CRYPTO_EX_DATA ex_data;