Searched defs:client_pid (Results 1 - 7 of 7) sorted by relevance
| /dovecot/src/lib-auth/ |
| H A D | auth-client-private.h | 8 unsigned int client_pid; member in struct:auth_client
|
| H A D | auth-client.c | 9 auth_client_init(const char *auth_socket_path, unsigned int client_pid, argument 15 client->client_pid = client_pid;
|
| /dovecot/src/lib-master/ |
| H A D | master-auth.h | 44 unsigned int client_pid; member in struct:master_auth_request
|
| H A D | master-login-auth.c | 30 unsigned int client_pid; member in struct:master_login_auth_request 88 reason, request->client_pid, request->auth_id); 296 error, request->client_pid, request->auth_id); 439 req->client_pid, req->auth_id); 479 login_req->client_pid = req->client_pid;
|
| /dovecot/src/auth/ |
| H A D | auth-master-connection.c | 93 unsigned int id, client_pid, client_id; local 101 str_to_uint(list[1], &client_pid) < 0 || 114 client_conn = auth_client_connection_lookup(client_pid); 117 client_pid); 122 client_pid); 128 client_pid);
|
| H A D | auth-request-handler.c | 29 unsigned int connect_uid, client_pid; member in struct:auth_request_handler 133 unsigned int client_pid) 136 handler->client_pid = client_pid; 445 request->handler->client_pid, request->id, 495 "sent broken AUTH request", handler->client_pid); 505 handler->client_pid, str_sanitize(list[1], MAX_MECH_NAME_LEN)); 514 "authentication mechanism %s", handler->client_pid, 523 request->client_pid = handler->client_pid; 131 auth_request_handler_set(struct auth_request_handler *handler, unsigned int connect_uid, unsigned int client_pid) argument [all...] |
| H A D | auth-request.h | 78 unsigned int client_pid; member in struct:auth_request
|
Completed in 31 milliseconds