Searched refs:last_default_time (Results 1 – 2 of 2) sorted by relevance
35 cc_time_t last_default_time; member113 ccache->last_default_time = (count == 0) ? now : 0; in ccs_ccache_new()115 __FUNCTION__, ccache->last_default_time); in ccs_ccache_new()396 if (io_ccache->last_default_time < now) { in ccs_ccache_notify_default_state_changed()397 io_ccache->last_default_time = now; in ccs_ccache_notify_default_state_changed()399 io_ccache->last_default_time++; in ccs_ccache_notify_default_state_changed()853 if (!err && io_ccache->last_default_time == 0) { in ccs_ccache_get_last_default_time()858 err = krb5int_ipc_stream_write_time (io_reply_data, io_ccache->last_default_time); in ccs_ccache_get_last_default_time()
1465 #define cc_ccache_get_last_default_time(ccache, last_default_time) \ argument1466 ((ccache) -> functions -> get_last_default_time (ccache, last_default_time))