Searched defs:bio_st (Results 1 – 2 of 2) sorted by relevance
715 struct bio_st { struct716 const BIO_METHOD *method;718 long (*callback)(BIO *, int, const char *, int, long, long);719 char *cb_arg; /* first argument for the callback */722 int init;727 int shutdown;728 int flags;729 int retry_reason;732 int num;733 CRYPTO_refcount_t references;[all …]
269 class bio_st(Structure): class