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

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.h35 cc_int32 check_once_cc_ccache_move(cc_ccache_t source, cc_ccache_t destination, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_ccache.c1561 check_once_cc_ccache_move(source, destination, ccNoError, "valid params");
1566 check_once_cc_ccache_move(destination, NULL, ccErrBadParam, "NULL destination param");
1571 check_once_cc_ccache_move(destination, source, ccErrInvalidCCache, "recently moved source as destination param");
1589 cc_int32 check_once_cc_ccache_move(cc_ccache_t source, cc_ccache_t destination, cc_int32 expected_err, const char *description) { function

Completed in 107 milliseconds