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

/forgerock/web-agents-v4/tests/
H A Dtest_policy_cache.c32 int am_purge_caches(unsigned long instance_id, time_t expiry_time);
/forgerock/web-agents-v4/source/
H A Dcache.c270 * Remove cache entries that that have expired as of the expiry_time, which would be set
278 int am_purge_caches(unsigned long instance_id, time_t expiry_time) { argument
296 if (difftime(cache_entry->ts + cache_entry->valid, expiry_time) < 0) {

Completed in 25 milliseconds