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