Lines Matching refs:login_req
453 struct master_login_auth_request *login_req;
475 login_req = i_new(struct master_login_auth_request, 1);
476 login_req->create_stamp = ioloop_time;
477 login_req->id = id;
478 login_req->auth_pid = req->auth_pid;
479 login_req->client_pid = req->client_pid;
480 login_req->auth_id = req->auth_id;
481 memcpy(login_req->cookie, req->cookie, sizeof(login_req->cookie));
482 login_req->callback = callback;
483 login_req->context = context;
485 hash_table_insert(auth->requests, POINTER_CAST(id), login_req);
486 DLLIST2_APPEND(&auth->request_head, &auth->request_tail, login_req);
491 master_login_auth_send_request(auth, login_req);