Lines Matching defs:src_map
31 errno_t sdap_copy_map_entry(const struct sdap_attr_map *src_map,
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,
165 *_map = src_map;
175 map = talloc_realloc(memctx, src_map, struct sdap_attr_map,
232 struct sdap_attr_map *src_map,
243 *_map = src_map;
257 ret = sdap_extend_map(mem_ctx, src_map,