Searched refs:timeout_seconds (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/providers/
H A Ddata_provider_fo.c388 const unsigned long timeout_seconds);
465 const unsigned long timeout_seconds)
485 ctx->timeout = timeout_seconds;
488 tv = tevent_timeval_add(&tv, timeout_seconds, 0);
498 "to %lu seconds\n", timeout_seconds);
461 be_primary_server_timeout_activate(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *bctx, struct be_svc_data *svc, const unsigned long timeout_seconds) argument
H A Dfail_over.c992 struct tevent_context *ev, const unsigned long timeout_seconds);
1088 const unsigned long timeout_seconds)
1095 tv = tevent_timeval_add(&tv, timeout_seconds, 0);
1104 timeout_seconds);
1086 fo_resolve_service_activate_timeout(struct tevent_req *req, struct tevent_context *ev, const unsigned long timeout_seconds) argument
/sssd-io/src/providers/krb5/
H A Dkrb5_child_handler.c280 const uint32_t timeout_seconds)
287 tv = tevent_timeval_add(&tv, timeout_seconds, 0);
278 activate_child_timeout_handler(struct tevent_req *req, struct tevent_context *ev, const uint32_t timeout_seconds) argument
/sssd-io/src/monitor/
H A Dmonitor.c1000 int timeout_seconds; local
1007 10, &timeout_seconds);
1012 ctx->service_id_timeout = timeout_seconds * 1000; /* service_id_timeout is in ms */

Completed in 26 milliseconds