Searched defs:bio_st (Results 1 – 3 of 3) sorted by relevance
818 struct bio_st { struct819 const BIO_METHOD *method;822 int init;827 int shutdown;828 int flags;829 int retry_reason;832 int num;833 CRYPTO_refcount_t references;834 void *ptr;837 BIO *next_bio; // used by filter BIOs[all …]
269 class bio_st(Structure): class