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

/sssd-io/src/tests/cmocka/
H A Dtest_utils.c55 size_t dom_count; member in struct:dom_list_test_ctx
160 test_ctx->dom_count = DOM_COUNT;
162 for (c = 0; c < test_ctx->dom_count; c++) {
224 for (c = 0; c < test_ctx->dom_count; c++) {
272 mis = test_ctx->dom_count/2;
273 assert_true((mis >= 1 && mis < test_ctx->dom_count));
283 for (c = 0; c < test_ctx->dom_count; c++) {
343 mis = test_ctx->dom_count/2;
344 assert_true((mis >= 1 && mis < test_ctx->dom_count));
354 for (c = 0; c < test_ctx->dom_count;
[all...]

Completed in 145 milliseconds