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

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.h30 cc_int32 check_once_cc_ccache_get_change_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_ccache.c1219 cc_int32 check_once_cc_ccache_get_change_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description) { function
1297 check_once_cc_ccache_get_change_time(ccache, &last_time, ccNoError, "new ccache (change time should be > 0)");
1305 check_once_cc_ccache_get_change_time(ccache, &last_time, ccNoError, "non-default ccache became default");
1319 check_once_cc_ccache_get_change_time(ccache, &last_time, ccNoError, "default ccache became non-default");
1326 check_once_cc_ccache_get_change_time(ccache, NULL, ccErrBadParam, "NULL out param for time");
1335 check_once_cc_ccache_get_change_time(ccache, &last_time, ccNoError, "stored new credential");
1369 check_once_cc_ccache_get_change_time(ccache, &last_time, ccErrInvalidCCache, "getting change time on destroyed ccache");

Completed in 60 milliseconds