/sssd-io/src/providers/ |
H A D | backend.h | 48 struct resolv_ctx *resolv; member in struct:be_resolv_ctx
|
H A D | fail_over.c | 37 #include "resolv/async_resolv.h" 985 struct resolv_ctx *resolv; member in struct:resolve_service_state 1000 struct resolv_ctx *resolv, struct fo_ctx *ctx, 1007 struct resolv_ctx *resolv, struct fo_ctx *ctx, 1022 state->resolv = resolv; 1043 subreq = resolve_srv_send(state, ev, resolv, 1142 state->ev, state->resolv, 1258 struct resolv_ctx *resolv; member in struct:resolve_srv_state 1265 struct resolv_ctx *resolv, struc 1006 fo_resolve_service_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resolv_ctx *resolv, struct fo_ctx *ctx, struct fo_service *service) argument 1264 resolve_srv_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resolv_ctx *resolv, struct fo_ctx *ctx, struct fo_server *server) argument [all...] |
/sssd-io/src/tests/ |
H A D | fail_over-tests.c | 34 #include "resolv/async_resolv.h" 45 struct resolv_ctx *resolv; member in struct:test_ctx 76 ret = resolv_init(ctx, ctx->ev, 5, &ctx->resolv); 79 fail("Could not init resolv context"); 219 test_ctx->resolv,
|
H A D | resolv-tests.c | 39 #include "resolv/async_resolv.h" 49 struct resolv_ctx *resolv; member in struct:resolv_test_ctx 79 ret = resolv_init(test_ctx, test_ctx->ev, timeout, &test_ctx->resolv); 81 fail("Could not init resolv context"); 312 test_ctx->resolv, hostname, IPV4_ONLY, 382 test_ctx->resolv, hostname, IPV4_FIRST, 440 test_ctx->resolv, hostname, IPV4_FIRST, 547 test_ctx->resolv, hostname, IPV4_FIRST, 577 req = resolv_gettxt_send(test_ctx, test_ctx->ev, test_ctx->resolv, txt_host); 602 req = resolv_getsrv_send(test_ctx, test_ctx->ev, test_ctx->resolv, srv_hos [all...] |
/sssd-io/src/tests/cmocka/ |
H A D | test_resolv_fake.c | 33 #include <resolv.h> 35 #include "resolv/async_resolv.h" 222 struct resolv_ctx *resolv; member in struct:resolv_fake_ctx 243 TEST_DEFAULT_TIMEOUT, &test_ctx->resolv); 329 test_ctx->resolv, TEST_SRV_QUERY);
|
H A D | test_fo_srv.c | 198 struct resolv_ctx *resolv; member in struct:test_fo_ctx 233 TEST_RESOLV_TIMEOUT, &test_ctx->resolv); 234 assert_non_null(test_ctx->resolv); 271 test_ctx->srv_ctx = fo_resolve_srv_dns_ctx_init(test_ctx, test_ctx->resolv, 395 test_ctx->resolv, test_ctx->fo_ctx, 420 test_ctx->resolv, test_ctx->fo_ctx, 444 test_ctx->resolv, test_ctx->fo_ctx, 468 test_ctx->resolv, test_ctx->fo_ctx, 493 test_ctx->resolv, test_ctx->fo_ctx, 552 test_ctx->resolv, test_ct [all...] |