Lines Matching refs:ctx
31 uint32_t sss_ncache_get_timeout(struct sss_nc_ctx *ctx);
34 int sss_ncache_check_user(struct sss_nc_ctx *ctx, struct sss_domain_info *dom,
36 int sss_ncache_check_group(struct sss_nc_ctx *ctx, struct sss_domain_info *dom,
38 int sss_ncache_check_netgr(struct sss_nc_ctx *ctx, struct sss_domain_info *dom,
40 int sss_ncache_check_uid(struct sss_nc_ctx *ctx, struct sss_domain_info *dom,
42 int sss_ncache_check_gid(struct sss_nc_ctx *ctx, struct sss_domain_info *dom,
44 int sss_ncache_check_sid(struct sss_nc_ctx *ctx, const char *sid);
45 int sss_ncache_check_cert(struct sss_nc_ctx *ctx, const char *cert);
47 int sss_ncache_check_service(struct sss_nc_ctx *ctx,
51 int sss_ncache_check_service_port(struct sss_nc_ctx *ctx,
60 int sss_ncache_set_user(struct sss_nc_ctx *ctx, bool permanent,
62 int sss_ncache_set_group(struct sss_nc_ctx *ctx, bool permanent,
64 int sss_ncache_set_netgr(struct sss_nc_ctx *ctx, bool permanent,
66 int sss_ncache_set_uid(struct sss_nc_ctx *ctx, bool permanent,
68 int sss_ncache_set_gid(struct sss_nc_ctx *ctx, bool permanent,
70 int sss_ncache_set_sid(struct sss_nc_ctx *ctx, bool permanent, const char *sid);
71 int sss_ncache_set_cert(struct sss_nc_ctx *ctx, bool permanent,
73 int sss_ncache_set_service_name(struct sss_nc_ctx *ctx, bool permanent,
76 int sss_ncache_set_service_port(struct sss_nc_ctx *ctx, bool permanent,
80 int sss_ncache_reset_permanent(struct sss_nc_ctx *ctx);