Searched defs:auth_policy_check_ctx (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth-request.c47 struct auth_policy_check_ctx { struct
164 struct auth_policy_check_ctx ctx = {
174 struct auth_policy_check_ctx *ctx = p_new(request->pool, struct auth_policy_check_ctx, 1);
183 void auth_request_success_continue(struct auth_policy_check_ctx *ctx)
1005 struct auth_policy_check_ctx *ctx = context;
1029 struct auth_policy_check_ctx *ctx = context;
1049 struct auth_policy_check_ctx *ctx;
1062 ctx = p_new(request->pool, struct auth_policy_check_ctx, 1);
1241 struct auth_policy_check_ctx *ct
[all...]

Completed in 29 milliseconds