Searched defs:bio_st (Results 1 – 1 of 1) sorted by relevance
797 struct bio_st { struct798 const BIO_METHOD *method;800 long (*callback)(BIO *, int, const char *, int, long, long);801 char *cb_arg; /* first argument for the callback */804 int init;809 int shutdown;810 int flags;811 int retry_reason;814 int num;815 CRYPTO_refcount_t references;[all …]