Searched refs:fast_reply (Results 1 - 10 of 10) sorted by relevance

/sssd/src/responder/autofs/
H A Dautofssrv_dp.c35 bool fast_reply; member in struct:sss_dp_get_autofs_info
47 bool fast_reply,
68 info->fast_reply = fast_reply;
107 if (info->fast_reply) {
44 sss_dp_get_autofs_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_autofs_type type, const char *name) argument
H A Dautofs_private.h96 bool fast_reply,
/sssd/src/responder/ssh/
H A Dsshsrv_dp.c35 bool fast_reply; member in struct:sss_dp_get_ssh_host_info
47 bool fast_reply,
68 info->fast_reply = fast_reply;
111 if (info->fast_reply) {
44 sss_dp_get_ssh_host_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, const char *name, const char *alias) argument
H A Dsshsrv_private.h58 bool fast_reply,
/sssd/src/responder/sudo/
H A Dsudosrv_dp.c38 bool fast_reply; member in struct:sss_dp_get_sudoers_info
52 bool fast_reply,
75 info->fast_reply = fast_reply;
140 if (info->fast_reply) {
49 sss_dp_get_sudoers_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_sudo_type type, const char *name, uint32_t num_rules, struct sysdb_attrs **rules) argument
H A Dsudosrv_private.h98 bool fast_reply,
/sssd/src/tests/cmocka/
H A Dcommon_mock_resp_dp.c33 bool fast_reply,
30 sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
H A Dtest_responder_cache_req.c408 bool fast_reply,
405 __wrap_sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
/sssd/src/responder/common/
H A Dresponder_dp.c436 bool fast_reply; member in struct:sss_dp_account_info
447 bool fast_reply,
476 info->fast_reply = fast_reply;
566 dp_flags = info->fast_reply ? DP_FAST_REPLY : 0;
444 sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
H A Dresponder.h302 bool fast_reply,

Completed in 2844 milliseconds