Searched defs:fd_pipe (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-sql/
H A Ddriver-cassandra.c100 int fd_pipe[2]; member in struct:cassandra_db
283 if (db->fd_pipe[0] != -1) {
284 i_close_fd(&db->fd_pipe[0]);
285 i_close_fd(&db->fd_pipe[1]);
328 if (write_full(cb->db->fd_pipe[1], &cb->id, sizeof(cb->id)) < 0) {
366 ret = read(db->fd_pipe[0], ids, sizeof(ids));
430 if (pipe(db->fd_pipe) < 0) {
434 db->io_pipe = io_add(db->fd_pipe[0], IO_READ,
678 db->fd_pipe[0] = db->fd_pipe[
[all...]

Completed in 16 milliseconds