Searched defs:test_cache_with_seed (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_policy_cache.c355 static int test_cache_with_seed(int seed, int test_size, am_request_t * request, struct am_policy_result * result, am_bool_t error) function
366 printf("test_cache_with_seed: capacity is %d\n", i);
409 return test_cache_with_seed(543542, test_size, request, result, AM_TRUE);
550 loaded = test_cache_with_seed(321213, 100, &request, result, AM_TRUE);
654 test_cache_with_seed(47329847, p->test_size, p->request, p->result, AM_FALSE);

Completed in 35 milliseconds