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

/sssd-io/src/tests/
H A Dresolv-tests.c47 struct resolv_test_ctx { struct
61 static int setup_resolv_test(int timeout, struct resolv_test_ctx **ctx)
63 struct resolv_test_ctx *test_ctx;
66 test_ctx = talloc_zero(global_talloc_context, struct resolv_test_ctx);
90 static int test_loop(struct resolv_test_ctx *data)
267 struct resolv_test_ctx *test_ctx = tevent_req_callback_data(req,
268 struct resolv_test_ctx);
299 struct resolv_test_ctx *test_ctx;
337 struct resolv_test_ctx *test_ctx = tevent_req_callback_data(req,
338 struct resolv_test_ctx);
[all...]

Completed in 10 milliseconds