Searched defs:sss_nc_ctx (Results 1 - 2 of 2) sorted by relevance
| /sssd-io/src/tests/cmocka/ |
| H A D | test_responder_common.c | 286 struct sss_nc_ctx { struct 291 struct sss_nc_ctx *dummy_ncache_ptr) 302 struct sss_nc_ctx *dummy_ncache_ptr; 304 dummy_ncache_ptr = talloc(parse_inp_ctx, struct sss_nc_ctx);
|
| /sssd-io/src/responder/common/ |
| H A D | negcache.c | 43 struct sss_nc_ctx { struct 49 typedef int (*ncache_set_byname_fn_t)(struct sss_nc_ctx *, bool, 52 static int sss_ncache_set_ent(struct sss_nc_ctx *ctx, bool permanent, 67 uint32_t local_timeout, struct sss_nc_ctx **_ctx) 69 struct sss_nc_ctx *ctx; 71 ctx = talloc_zero(memctx, struct sss_nc_ctx); 86 uint32_t sss_ncache_get_timeout(struct sss_nc_ctx *ctx) 91 static int sss_ncache_check_str(struct sss_nc_ctx *ctx, char *str) 147 static int sss_ncache_set_str(struct sss_nc_ctx *ctx, char *str, 194 static int sss_ncache_check_user_int(struct sss_nc_ctx *ct [all...] |
Completed in 925 milliseconds