Searched defs:test_size (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) argument
359 int capacity = test_size;
363 for(i = 0; i < test_size; i++) {
408 static int test_cache(int test_size, am_request_t * request, struct am_policy_result * result) { argument
409 return test_cache_with_seed(543542, test_size, request, result, AM_TRUE);
413 static void test_cache_keys(int test_size, char** keys, am_request_t* request, struct am_policy_result* result) argument
418 for(i = 0; i < test_size; i++) {
423 for(i = 0; i < test_size; i++) {
428 for(i = 0; i < test_size; i++) {
442 const int test_size local
471 const int test_size = 4096; local
506 const int test_size = 4096 * 10000; // must be beyond the capacity local
642 int test_size; member in struct:test_cache_params
[all...]

Completed in 29 milliseconds