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

/macosx-10.10/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_context.h19 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_context.c479 err = check_once_cc_context_open_default_ccache(context, &ccache, ccNoError, NULL);
483 err = check_once_cc_context_open_default_ccache(context, NULL, ccErrBadParam, NULL);
488 err = check_once_cc_context_open_default_ccache(context, &ccache, ccErrCCacheNotFound, NULL);
498 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { function

Completed in 122 milliseconds