Searched defs:fast_reply (Results 1 - 6 of 6) sorted by relevance
/sssd/src/responder/autofs/ |
H A D | autofssrv_dp.c | 35 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
|
/sssd/src/responder/ssh/ |
H A D | sshsrv_dp.c | 35 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
|
/sssd/src/responder/sudo/ |
H A D | sudosrv_dp.c | 38 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
|
/sssd/src/tests/cmocka/ |
H A D | common_mock_resp_dp.c | 33 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 D | test_responder_cache_req.c | 408 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 D | responder_dp.c | 436 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
|
Completed in 49 milliseconds