Home
last modified time | relevance | path

Searched refs:so_methods (Results 1 – 1 of 1) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/movemail/
H A Dmovemail.c83 static struct set_ownership_method so_methods[SET_OWNERSHIP_MAX]; variable
89 if (so_method_num == MU_ARRAY_SIZE (so_methods)) in get_next_so_method()
94 return so_methods + so_method_num++; in get_next_so_method()
659 for (meth = so_methods; rc == 1 && meth < so_methods + so_method_num; meth++) in guess_mbox_owner()