Home
last modified time | relevance | path

Searched refs:io_create (Results 1 – 9 of 9) sorted by relevance

/dports/mail/fdm/fdm-2.0/
H A Dchild.c113 child->io = io_create(fds[0], NULL, IO_CRLF); in child_start()
132 io = io_create(fds[1], NULL, IO_LF); in child_start()
H A Dcommand.c162 cmd->io_in = io_create(fd_in[1], NULL, IO_LF); in cmd_start()
169 cmd->io_out = io_create(fd_out[0], NULL, IO_LF); in cmd_start()
172 cmd->io_err = io_create(fd_err[0], NULL, IO_LF); in cmd_start()
H A Dfetch-stdin.c86 io = io_create(STDIN_FILENO, NULL, IO_LF); in fetch_stdin_state_mail()
H A Dio.h107 struct io *io_create(int, SSL *, const char *);
H A Dconnect.c693 return (io_create(fd, NULL, eol)); in connectio()
700 return (io_create(fd, ssl, eol)); in connectio()
H A Dio.c50 io_create(int fd, SSL *ssl, const char *eol) in io_create() function
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dio.h43 int io_create(uv_loop_t *loop, uv_handle_t *handle, int type,
H A Dio.c381 int res = io_create(master->loop, (uv_handle_t *)client, in _tcp_accept()
924 int io_create(uv_loop_t *loop, uv_handle_t *handle, int type, unsigned family, bool has_tls, bool h… in io_create() function
H A Dworker.c155 int ret = io_create(worker->loop, handle, socktype, family, has_tls, has_http); in ioreq_spawn()