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

/dovecot/src/auth/
H A Dmech-skey.c24 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 Dmech-otp.c24 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));
H A Dmech-winbind.c165 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);

Completed in 983 milliseconds