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

/dovecot/src/lib/
H A Dfd-util.h21 void i_close_fd_path(int *fd, const char *path, const char *arg,
23 #define i_close_fd_path(fd, path) i_close_fd_path((fd), (path), #fd, __func__, __FILE__, __LINE__) macro
24 #define i_close_fd(fd) i_close_fd_path((fd), NULL)
H A Dfd-util.c134 #undef i_close_fd_path macro
135 void i_close_fd_path(int *fd, const char *path, const char *arg, function
/dovecot/src/lib-old-stats/
H A Dstats-connection.c64 i_close_fd_path(&conn->fd, conn->path);
/dovecot/src/lib-index/
H A Dmailbox-log.c75 i_close_fd_path(&log->fd, log->filepath);
198 i_close_fd_path(&iter->fd, iter->filepath);
279 i_close_fd_path(&iter->fd, iter->filepath);
/dovecot/src/login-common/
H A Dlogin-proxy-state.c58 i_close_fd_path(&state->notify_fd, state->notify_path);
/dovecot/src/auth/
H A Dauth-postfix-connection.c202 i_close_fd_path(&conn->fd, conn->path);
H A Ddb-passwd-file.c237 i_close_fd_path(&pw->fd, pw->path);
H A Dauth-master-connection.c788 i_close_fd_path(&conn->fd, conn->path);
/dovecot/src/lib-dict-backend/
H A Ddict-cdb.c79 i_close_fd_path(&dict->fd, dict->path);
/dovecot/src/lib-dict/
H A Ddict-file.c99 i_close_fd_path(&dict->fd, dict->path);
149 i_close_fd_path(&dict->fd, dict->path);
/dovecot/src/plugins/replication/
H A Dreplication-plugin.c400 i_close_fd_path(&fifo_fd, fifo_path);
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-save.c293 i_close_fd_path(&ctx->fd, ctx->temp_path);
/dovecot/src/lib-dns/
H A Ddns-lookup.c67 i_close_fd_path(&client->fd, client->path);
/dovecot/src/lib-auth/
H A Dauth-master.c86 i_close_fd_path(&conn->fd, conn->auth_socket_path);
/dovecot/src/plugins/quota/
H A Dquota-fs.c146 i_close_fd_path(&mount->fd, mount->path);
H A Dquota-maildir.c535 i_close_fd_path(&root->fd, root->maildirsize_path);
/dovecot/src/plugins/fts-squat/
H A Dsquat-uidlist.c559 i_close_fd_path(&uidlist->fd, uidlist->path);
H A Dsquat-trie.c166 i_close_fd_path(&trie->fd, trie->path);
/dovecot/src/lib-imap-client/
H A Dimapc-connection.c434 i_close_fd_path(&literal->fd, literal->temp_path);

Completed in 48 milliseconds