Searched refs:check_once_cc_ccache_get_last_default_time (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/krb5/src/ccapi/test/ |
H A D | test_ccapi_ccache.c | 1238 cc_int32 check_once_cc_ccache_get_last_default_time(cc_ccache_t ccache, cc_time_t *last_time, cc_in… in check_once_cc_ccache_get_last_default_time() function 1316 …check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccNoError, "ccache_1 default at… in check_cc_ccache_get_last_default_time() 1317 …check_once_cc_ccache_get_last_default_time(ccache_2, &last_time_2, ccErrNeverDefault, "ccache_2 ne… in check_cc_ccache_get_last_default_time() 1328 …check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccNoError, "ccache_1 no longer … in check_cc_ccache_get_last_default_time() 1329 …check_once_cc_ccache_get_last_default_time(ccache_2, &last_time_2, ccNoError, "ccache_2 newly defa… in check_cc_ccache_get_last_default_time() 1334 check_once_cc_ccache_get_last_default_time(ccache_1, NULL, ccErrBadParam, "NULL out param"); in check_cc_ccache_get_last_default_time() 1354 …check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccErrInvalidCCache, "destroyed … in check_cc_ccache_get_last_default_time()
|
H A D | test_ccapi_ccache.h | 32 cc_int32 check_once_cc_ccache_get_last_default_time(cc_ccache_t ccache, cc_time_t *last_time, cc_in…
|