Searched defs:run_user_by_name (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | test_responder_cache_req.c | 259 static void run_user_by_name(struct cache_req_test_ctx *test_ctx, function 743 run_user_by_name(test_ctx, NULL, 0, ERR_OK); 760 run_user_by_name(test_ctx, NULL, 0, ENOENT); 844 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ERR_OK); 863 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ERR_OK); 882 run_user_by_name(test_ctx, test_ctx->tctx->dom, 50, ERR_OK); 906 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ENOENT); 924 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ERR_OK); 940 run_user_by_name(test_ctx, test_ctx->tctx->dom, 0, ENOENT);
|
Completed in 35 milliseconds