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

/dovecot/src/imap/
H A Dcmd-resetkey.c21 const char *mailbox, const struct imap_arg *mech_args)
28 while (!IMAP_ARG_IS_EOL(mech_args)) {
31 if (imap_arg_get_astring(mech_args, &mechanism)) {
42 mech_args++;
20 cmd_resetkey_mailbox(struct client_command_context *cmd, const char *mailbox, const struct imap_arg *mech_args) argument

Completed in 9 milliseconds