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

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.h11 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_ccache.c184 check_once_cc_ccache_set_default(context, ccache, ccNoError, "when it's the only ccache (already default)");
196 check_once_cc_ccache_set_default(context, ccache, ccNoError, "when it's not the only ccache (and not default)");
208 check_once_cc_ccache_set_default(context, ccache, ccNoError, "when it's not the only ccache (and already default)");
226 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { function

Completed in 87 milliseconds