Searched refs:src_map (Results 1 - 3 of 3) sorted by relevance
/sssd/src/providers/ldap/ |
H A D | sdap.h | 506 errno_t sdap_copy_map_entry(const struct sdap_attr_map *src_map, 511 struct sdap_attr_map *src_map, 516 struct sdap_attr_map *src_map, 525 struct sdap_attr_map *src_map,
|
H A D | sdap.c | 31 errno_t sdap_copy_map_entry(const struct sdap_attr_map *src_map, argument 35 if (src_map[entry_index].name != NULL) { 37 src_map[entry_index].name); 49 struct sdap_attr_map *src_map, 62 map[i].opt_name = talloc_strdup(map, src_map[i].opt_name); 63 map[i].sys_name = talloc_strdup(map, src_map[i].sys_name); 68 if (src_map[i].def_name != NULL) { 69 map[i].def_name = talloc_strdup(map, src_map[i].def_name); 70 map[i].name = talloc_strdup(map, src_map[i].def_name); 152 struct sdap_attr_map *src_map, 48 sdap_copy_map(TALLOC_CTX *memctx, struct sdap_attr_map *src_map, int num_entries, struct sdap_attr_map **_map) argument 151 sdap_extend_map(TALLOC_CTX *memctx, struct sdap_attr_map *src_map, size_t num_entries, char **extra_attrs, struct sdap_attr_map **_map, size_t *_new_size) argument 229 sdap_extend_map_with_list(TALLOC_CTX *mem_ctx, struct sdap_options *opts, int extra_attr_index, struct sdap_attr_map *src_map, size_t num_entries, struct sdap_attr_map **_map, size_t *_new_size) argument [all...] |
/sssd/src/tests/cmocka/ |
H A D | test_sdap.c | 724 struct sdap_attr_map *src_map; member in struct:copy_map_entry_test_ctx 740 SDAP_OPTS_USER, &test_ctx->src_map); 767 ret = sdap_copy_map_entry(test_ctx->src_map, test_ctx->dst_map, 780 test_ctx->src_map[SDAP_AT_USER_UUID].name = discard_const(uuid_set_val);
|
Completed in 23 milliseconds