Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c104 test_cleanup_func_with_data func_with_data; member
328 if (cleanup_funcs->func_with_data) { in finish()
331 cleanup_funcs->func_with_data(success, primary, data); in finish()
996 test_cleanup_func_with_data func_with_data, void *data) in register_cleanup() argument
1002 cleanup->func_with_data = func_with_data; in register_cleanup()