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

/macosx-10.10/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_context.h27 cc_int32 check_once_cc_context_new_ccache_iterator(cc_context_t context, cc_ccache_iterator_t *iterator, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_context.c878 check_once_cc_context_new_ccache_iterator(context, &iterator, ccNoError, "when there are no existing ccaches");
884 check_once_cc_context_new_ccache_iterator(context, &iterator, ccNoError, "when at least one ccache already exists");
887 check_once_cc_context_new_ccache_iterator(context, NULL, ccErrBadParam, "NULL param"); // NULL iterator
900 cc_int32 check_once_cc_context_new_ccache_iterator(cc_context_t context, cc_ccache_iterator_t *iterator, cc_int32 expected_err, const char *description) { function

Completed in 167 milliseconds