Searched defs:bio_st (Results 1 – 5 of 5) sorted by relevance
843 struct bio_st { struct844 const BIO_METHOD *method;847 int init;852 int shutdown;853 int flags;854 int retry_reason;857 int num;858 CRYPTO_refcount_t references;859 void *ptr;862 BIO *next_bio; // used by filter BIOs[all …]
824 struct bio_st { struct825 const BIO_METHOD *method;828 int init;833 int shutdown;834 int flags;835 int retry_reason;838 int num;839 CRYPTO_refcount_t references;840 void *ptr;843 BIO *next_bio; // used by filter BIOs[all …]
269 class bio_st(Structure): class