Handbook
Glossary
bio_method_st
Vocabulary
openssl
.
libcrypto
Definition
USING:
alien.c-types
classes.struct
;
IN:
openssl.libcrypto
STRUCT:
bio_method_st
{
type
int
initial:
0
}
{
name
c-string
}
{
bwrite void*
}
{
bread void*
}
{
bputs void*
}
{
bgets void*
}
{
ctrl void*
}
{
create void*
}
{
destroy void*
}
{
callback_ctrl void*
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
openssl.libcrypto
;
M:
bio_method_st
clone
clone-underlying
\
bio_method_st
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
openssl.libcrypto
;
M:
bio_method_st
struct-slot-values
{
[
type>>
]
[
name>>
]
[
bwrite>>
]
[
bread>>
]
[
bputs>>
]
[
bgets>>
]
[
ctrl>>
]
[
create>>
]
[
destroy>>
]
[
callback_ctrl>>
]
}
cleave>array
;
inline