Searched refs:run_user_by_name (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | test_responder_cache_req.c | 221 static void run_user_by_name(struct cache_req_test_ctx *test_ctx, function 551 run_user_by_name(test_ctx, NULL, 0, ERR_OK); 568 run_user_by_name(test_ctx, NULL, 0, ENOENT); 650 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ERR_OK); 669 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ERR_OK); 688 run_user_by_name(test_ctx, test_ctx->tctx->dom, 50, ERR_OK); 712 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ENOENT); 730 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ERR_OK); 746 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ENOENT);
|
Completed in 738 milliseconds