Home
last modified time | relevance | path

Searched defs:bio_method_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dbio.h12 struct bio_method_st { struct
13 int type;
14 char *name;
15 int (*bwrite) (BIO *, const char *, size_t, size_t *);
16 int (*bwrite_old) (BIO *, const char *, int);
17 int (*bread) (BIO *, char *, size_t, size_t *);
18 int (*bread_old) (BIO *, char *, int);
19 int (*bputs) (BIO *, const char *);
20 int (*bgets) (BIO *, char *, int);
21 long (*ctrl) (BIO *, int, long, void *);
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dbio.h17 struct bio_method_st { struct
18 int type;
19 char *name;
20 int (*bwrite) (BIO *, const char *, size_t, size_t *);
21 int (*bwrite_old) (BIO *, const char *, int);
22 int (*bread) (BIO *, char *, size_t, size_t *);
23 int (*bread_old) (BIO *, char *, int);
24 int (*bputs) (BIO *, const char *);
25 int (*bgets) (BIO *, char *, int);
26 long (*ctrl) (BIO *, int, long, void *);
[all …]