tree_attrs 939 source3/lib/ldb/modules/ldb_map_outbound.c const char **tree_attrs; tree_attrs 967 source3/lib/ldb/modules/ldb_map_outbound.c tree_attrs = talloc_array(tmp_ctx, const char *, 1); tree_attrs 968 source3/lib/ldb/modules/ldb_map_outbound.c if (tree_attrs == NULL) { tree_attrs 972 source3/lib/ldb/modules/ldb_map_outbound.c tree_attrs[0] = NULL; tree_attrs 975 source3/lib/ldb/modules/ldb_map_outbound.c ret = ldb_parse_tree_collect_attrs(module, tmp_ctx, &tree_attrs, tree); tree_attrs 981 source3/lib/ldb/modules/ldb_map_outbound.c ret = map_attrs_merge(module, tmp_ctx, &tree_attrs, search_attrs); tree_attrs 988 source3/lib/ldb/modules/ldb_map_outbound.c &remote_attrs, tree_attrs); tree_attrs 993 source3/lib/ldb/modules/ldb_map_outbound.c talloc_steal(ac, tree_attrs); tree_attrs 994 source3/lib/ldb/modules/ldb_map_outbound.c ac->all_attrs = tree_attrs; tree_attrs 954 source4/lib/ldb/ldb_map/ldb_map_outbound.c const char **tree_attrs; tree_attrs 978 source4/lib/ldb/ldb_map/ldb_map_outbound.c tree_attrs = talloc_array(tmp_ctx, const char *, 1); tree_attrs 979 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (tree_attrs == NULL) { tree_attrs 983 source4/lib/ldb/ldb_map/ldb_map_outbound.c tree_attrs[0] = NULL; tree_attrs 986 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = ldb_parse_tree_collect_attrs(module, tmp_ctx, &tree_attrs, tree); tree_attrs 992 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = map_attrs_merge(module, tmp_ctx, &tree_attrs, search_attrs); tree_attrs 999 source4/lib/ldb/ldb_map/ldb_map_outbound.c &remote_attrs, tree_attrs); tree_attrs 1004 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_steal(ac, tree_attrs); tree_attrs 1005 source4/lib/ldb/ldb_map/ldb_map_outbound.c ac->all_attrs = tree_attrs;