Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/agents/
H A Dpasswd.c43 static void passwd_mp_destroy_func(void *mdata);
221 passwd_mp_destroy_func(void *mdata) in passwd_mp_destroy_func() function
223 TRACE_IN(passwd_mp_destroy_func); in passwd_mp_destroy_func()
224 TRACE_OUT(passwd_mp_destroy_func); in passwd_mp_destroy_func()
260 retval->mp_destroy_func = passwd_mp_destroy_func; in init_passwd_mp_agent()