Searched refs:sss_cli_mc_ctx (Results 1 - 5 of 5) sorted by relevance
/sssd/src/sss_client/ |
H A D | nss_mc.h | 43 struct sss_cli_mc_ctx { struct 61 errno_t sss_nss_mc_get_ctx(const char *name, struct sss_cli_mc_ctx *ctx); 62 errno_t sss_nss_check_header(struct sss_cli_mc_ctx *ctx); 63 uint32_t sss_nss_mc_hash(struct sss_cli_mc_ctx *ctx, 65 errno_t sss_nss_mc_get_record(struct sss_cli_mc_ctx *ctx,
|
H A D | nss_mc_common.c | 58 errno_t sss_nss_check_header(struct sss_cli_mc_ctx *ctx) 117 static void sss_nss_mc_destroy_ctx(struct sss_cli_mc_ctx *ctx) 127 memset(ctx, 0, sizeof(struct sss_cli_mc_ctx)); 135 struct sss_cli_mc_ctx *ctx) 197 errno_t sss_nss_mc_get_ctx(const char *name, struct sss_cli_mc_ctx *ctx) 251 uint32_t sss_nss_mc_hash(struct sss_cli_mc_ctx *ctx, 257 errno_t sss_nss_mc_get_record(struct sss_cli_mc_ctx *ctx,
|
H A D | nss_mc_initgr.c | 35 struct sss_cli_mc_ctx initgr_mc_ctx = { UNINITIALIZED, -1, 0, NULL, 0, NULL, 0,
|
H A D | nss_mc_group.c | 32 struct sss_cli_mc_ctx gr_mc_ctx = { UNINITIALIZED, -1, 0, NULL, 0, NULL, 0,
|
H A D | nss_mc_passwd.c | 31 struct sss_cli_mc_ctx pw_mc_ctx = { UNINITIALIZED, -1, 0, NULL, 0, NULL, 0,
|
Completed in 774 milliseconds