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

/dovecot/src/lib/
H A Dtest-seq-range-array.c141 goto fail;
144 goto fail;
148 goto fail;
154 goto fail;
157 fail:
H A Dtest-numpack.c22 static const struct fail { struct
/dovecot/src/lib-oauth2/
H A Doauth2-introspect.c62 struct oauth2_introspection_result fail = { local
66 oauth2_introspection_callback(req, &fail);
H A Doauth2-refresh.c102 struct oauth2_refresh_result fail = { local
106 oauth2_refresh_callback(req, &fail);
H A Doauth2-token-validate.c91 struct oauth2_token_validation_result fail = { local
95 oauth2_token_validation_callback(req, &fail);
/dovecot/src/login-common/
H A Dclient-common-auth.c52 const struct client_auth_fail_code_id *fail = client_auth_fail_codes; local
54 while (fail->id != NULL) {
55 if (strcmp(fail->id, fail_code) == 0)
56 return fail->code;
57 fail++;

Completed in 10 milliseconds