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

/sssd/src/providers/krb5/
H A Dkrb5_child_handler.c258 const uint32_t timeout_seconds)
265 tv = tevent_timeval_add(&tv, timeout_seconds, 0);
256 activate_child_timeout_handler(struct tevent_req *req, struct tevent_context *ev, const uint32_t timeout_seconds) argument
/sssd/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.c986 struct tevent_context *ev, const unsigned long timeout_seconds);
1082 const unsigned long timeout_seconds)
1089 tv = tevent_timeval_add(&tv, timeout_seconds, 0);
1098 timeout_seconds);
1080 fo_resolve_service_activate_timeout(struct tevent_req *req, struct tevent_context *ev, const unsigned long timeout_seconds) argument
/sssd/src/monitor/
H A Dmonitor.c832 int timeout_seconds; local
839 10, &timeout_seconds);
844 ctx->service_id_timeout = timeout_seconds * 1000; /* service_id_timeout is in ms */

Completed in 22 milliseconds