Searched refs:io_create (Results 1 – 9 of 9) sorted by relevance
/dports/mail/fdm/fdm-2.0/ |
H A D | child.c | 113 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 D | command.c | 162 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 D | fetch-stdin.c | 86 io = io_create(STDIN_FILENO, NULL, IO_LF); in fetch_stdin_state_mail()
|
H A D | io.h | 107 struct io *io_create(int, SSL *, const char *);
|
H A D | connect.c | 693 return (io_create(fd, NULL, eol)); in connectio() 700 return (io_create(fd, ssl, eol)); in connectio()
|
H A D | io.c | 50 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 D | io.h | 43 int io_create(uv_loop_t *loop, uv_handle_t *handle, int type,
|
H A D | io.c | 381 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 D | worker.c | 155 int ret = io_create(worker->loop, handle, socktype, family, has_tls, has_http); in ioreq_spawn()
|