Searched defs:dst_map (Results 1 - 2 of 2) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_sdap.c725 struct sdap_attr_map *dst_map; member in struct:copy_map_entry_test_ctx
744 SDAP_OPTS_USER, &test_ctx->dst_map);
766 assert_null(test_ctx->dst_map[SDAP_AT_USER_UUID].name);
767 ret = sdap_copy_map_entry(test_ctx->src_map, test_ctx->dst_map,
770 return test_ctx->dst_map[SDAP_AT_USER_UUID].name;
785 talloc_free(test_ctx->dst_map[SDAP_AT_USER_UUID].name);
/sssd/src/providers/ldap/
H A Dsdap.c32 struct sdap_attr_map *dst_map,
36 dst_map[entry_index].name = talloc_strdup(dst_map,
38 if (dst_map[entry_index].name == NULL) {
42 dst_map->name = NULL;
31 sdap_copy_map_entry(const struct sdap_attr_map *src_map, struct sdap_attr_map *dst_map, int entry_index) argument

Completed in 227 milliseconds