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

/dovecot/src/auth/
H A Dmech.c12 static struct mech_module_list *mech_modules; variable in typeref:struct:mech_module_list
22 list->next = mech_modules;
23 mech_modules = list;
30 for (pos = &mech_modules; *pos != NULL; pos = &(*pos)->next) {
45 for (list = mech_modules; list != NULL; list = list->next) {

Completed in 6 milliseconds