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

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_iterators.h7 cc_int32 check_once_cc_ccache_iterator_next(cc_ccache_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_iterators.c27 check_once_cc_ccache_iterator_next(iterator, 0, ccNoError, "iterating over an empty collection");
45 check_once_cc_ccache_iterator_next(iterator, 1, ccNoError, "iterating over a collection of 1 ccache");
67 check_once_cc_ccache_iterator_next(iterator, 1000, ccNoError, "iterating over a collection of 1000 ccache");
84 cc_int32 check_once_cc_ccache_iterator_next(cc_ccache_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const char *description) { function

Completed in 62 milliseconds