Searched defs:client_fd (Results 1 - 3 of 3) sorted by relevance
| /dovecot/src/login-common/ |
| H A D | access-lookup.c | 64 access_lookup(const char *path, int client_fd, const char *daemon_name, argument 79 ret = fd_send(fd, client_fd, cmd, strlen(cmd));
|
| /dovecot/src/lib-master/ |
| H A D | master-auth.h | 77 int client_fd; member in struct:master_auth_request_params
|
| H A D | master-login.c | 410 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 318 milliseconds