Searched refs:sock_fd (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-ostream-file.c143 int fd, sock_fd[2]; local
156 i_assert(socketpair(AF_UNIX, SOCK_STREAM, 0, sock_fd) == 0);
157 output = o_stream_create_fd_autoclose(sock_fd, 0);
164 test_assert(read(sock_fd[1], buf, sizeof(buf)) == 4 &&
170 i_close_fd(&sock_fd[1]);

Completed in 6 milliseconds