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

/sssd/src/providers/
H A Dfail_over.c60 fo_srv_lookup_plugin_recv_t srv_recv_fn; member in struct:fo_ctx
1295 if (ctx->srv_send_fn == NULL || ctx->srv_recv_fn == NULL) {
1359 ret = state->fo_ctx->srv_recv_fn(state, subreq, &dns_domain, &ttl,
1732 if (ctx->srv_send_fn != NULL || ctx->srv_recv_fn != NULL) {
1738 ctx->srv_recv_fn = recv_fn;

Completed in 35 milliseconds