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

/dovecot/src/lib-auth/
H A Dauth-master.c54 const char *expected_reply; member in struct:auth_master_lookup_ctx
138 const char *expected_reply, const char *user, bool debug)
140 if (strcmp(cmd, expected_reply) == 0)
147 user, expected_reply);
150 user, expected_reply, *args);
201 parse_reply(cmd, args, ctx->expected_reply, ctx->user, debug);
221 i_debug("auth %s input: %s", ctx->expected_reply,
488 ctx.expected_reply = "USER";
565 ctx.expected_reply = "PASS";
137 parse_reply(const char *cmd, const char *const *args, const char *expected_reply, const char *user, bool debug) argument

Completed in 14 milliseconds