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

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.c1430 cc_ccache_t ccache_1 = NULL; local
1451 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@ONE.ORG", &ccache_1);
1458 err = cc_ccache_get_change_time(ccache_1, &last_time_1);
1462 // ccache_1 should be default and ccache_2 should never have been default
1464 check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccNoError, "ccache_1 default at creation");
1476 check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccNoError, "ccache_1 no longer default");
1482 check_once_cc_ccache_get_last_default_time(ccache_1, NULL, ccErrBadParam, "NULL out param");
1491 err = cc_ccache_get_name(ccache_1,
[all...]

Completed in 58 milliseconds