Lines Matching defs:bio_method_st
66 struct bio_method_st { struct
67 int type;
68 const char *name;
69 int (*bwrite)(BIO *, const char *, int);
70 int (*bread)(BIO *, char *, int);
71 int (*bputs)(BIO *, const char *);
72 int (*bgets)(BIO *, char *, int);
73 long (*ctrl)(BIO *, int, long, void *);
74 int (*create)(BIO *);
75 int (*destroy)(BIO *);
76 long (*callback_ctrl)(BIO *, int, BIO_info_cb *);