Searched refs:answer (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/auth/ |
H A D | mech-skey.c | 24 const char *answer; local 56 answer = p_strdup_printf(request->pool, "%u %s", 59 auth_request_handler_reply_continue(auth_request, answer, 60 strlen(answer));
|
H A D | mech-winbind.c | 165 char *answer; local 187 while ((answer = i_stream_read_next_line(in_pipe)) == NULL) { 191 if (answer == NULL) { 203 token = t_strsplit_spaces(answer, " "); 208 "Invalid input from helper: %s", answer); 283 "Invalid input from helper: %s", answer);
|
H A D | mech-otp.c | 24 const char *answer; local 49 answer = p_strdup_printf(request->pool, "otp-%s %u %s ext", 53 auth_request_handler_reply_continue(auth_request, answer, 54 strlen(answer));
|
Completed in 25 milliseconds