Handbook
Glossary
tls_accept_fds ( tls cctx fd_read fd_write -- int )
Vocabulary
libtls
.
ffi
Inputs
tls
an
object
cctx
an
object
fd_read
an
object
fd_write
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libtls.ffi
LIBRARY:
libtls
FUNCTION:
int
tls_accept_fds
( tls_ctx* tls, tls_ctx** cctx,
int
fd_read,
int
fd_write )