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

/sssd-io/src/providers/
H A Dfail_over.c59 fo_srv_lookup_plugin_send_t srv_send_fn; member in struct:fo_ctx
1303 if (ctx->srv_send_fn == NULL || ctx->srv_recv_fn == NULL) {
1309 subreq = ctx->srv_send_fn(state, ev,
1742 if (ctx->srv_send_fn != NULL || ctx->srv_recv_fn != NULL) {
1747 ctx->srv_send_fn = send_fn;

Completed in 16 milliseconds