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

/dovecot/src/auth/
H A Dcheckpassword-reply.c14 const char *extra_env, *key, *value, *const *tmp; local
71 extra_env = getenv("EXTRA");
72 if (extra_env != NULL) {
73 for (tmp = t_strsplit(extra_env, " "); *tmp != NULL; tmp++) {

Completed in 9 milliseconds