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

/dovecot/src/login-common/
H A Daccess-lookup.h7 access_lookup(const char *path, int client_fd, const char *daemon_name,
H A Daccess-lookup.c64 access_lookup(const char *path, int client_fd, const char *daemon_name, argument
79 ret = fd_send(fd, client_fd, cmd, strlen(cmd));
H A Dsasl-server.c167 params.client_fd = fd;
/dovecot/src/lib-master/
H A Dmaster-auth.c177 if (fstat(params->client_fd, &st) < 0)
195 ret = fd_send(conn->fd, params->client_fd, buf->data, buf->used);
198 params->client_fd);
228 params.client_fd = fd;
H A Dmaster-auth.h77 int client_fd; member in struct:master_auth_request_params
H A Dmaster-login.c410 int ret, client_fd; local
412 ret = master_login_conn_read_request(conn, &req, data, &client_fd);
418 i_close_fd(&client_fd);
421 fd_close_on_exec(client_fd, TRUE);
435 client->fd = client_fd;

Completed in 23 milliseconds