Searched defs:sss_nc_ctx (Results 1 - 2 of 2) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | test_responder_common.c | 282 struct sss_nc_ctx { struct 287 struct sss_nc_ctx *dummy_ncache_ptr) 298 struct sss_nc_ctx *dummy_ncache_ptr; 300 dummy_ncache_ptr = talloc(parse_inp_ctx, struct sss_nc_ctx);
|
/sssd/src/responder/common/ |
H A D | negcache.c | 41 struct sss_nc_ctx { struct 47 typedef int (*ncache_set_byname_fn_t)(struct sss_nc_ctx *, bool, 50 static int sss_ncache_set_ent(struct sss_nc_ctx *ctx, bool permanent, 65 uint32_t local_timeout, struct sss_nc_ctx **_ctx) 67 struct sss_nc_ctx *ctx; 69 ctx = talloc_zero(memctx, struct sss_nc_ctx); 84 uint32_t sss_ncache_get_timeout(struct sss_nc_ctx *ctx) 89 static int sss_ncache_check_str(struct sss_nc_ctx *ctx, char *str) 145 static int sss_ncache_set_str(struct sss_nc_ctx *ctx, char *str, 192 static int sss_ncache_check_user_int(struct sss_nc_ctx *ct [all...] |
Completed in 1030 milliseconds