local_tree 903 source3/lib/ldb/modules/ldb_map_outbound.c static int ldb_parse_tree_partition(struct ldb_module *module, void *local_ctx, void *remote_ctx, struct ldb_parse_tree **local_tree, struct ldb_parse_tree **remote_tree, const struct ldb_parse_tree *tree) local_tree 907 source3/lib/ldb/modules/ldb_map_outbound.c *local_tree = NULL; local_tree 916 source3/lib/ldb/modules/ldb_map_outbound.c ret = map_subtree_select_local(module, local_ctx, local_tree, tree); local_tree 924 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*local_tree); local_tree 1168 source3/lib/ldb/modules/ldb_map_outbound.c struct ldb_parse_tree *local_tree, *remote_tree; local_tree 1232 source3/lib/ldb/modules/ldb_map_outbound.c &local_tree, &remote_tree, local_tree 1238 source3/lib/ldb/modules/ldb_map_outbound.c if (((local_tree != NULL) && (remote_tree != NULL)) && local_tree 1241 source3/lib/ldb/modules/ldb_map_outbound.c local_tree = NULL; local_tree 1245 source3/lib/ldb/modules/ldb_map_outbound.c if (local_tree == NULL) { local_tree 1247 source3/lib/ldb/modules/ldb_map_outbound.c local_tree = talloc_zero(ac, struct ldb_parse_tree); local_tree 1248 source3/lib/ldb/modules/ldb_map_outbound.c if (local_tree == NULL) { local_tree 1253 source3/lib/ldb/modules/ldb_map_outbound.c local_tree->operation = LDB_OP_PRESENT; local_tree 1254 source3/lib/ldb/modules/ldb_map_outbound.c local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED); local_tree 1264 source3/lib/ldb/modules/ldb_map_outbound.c ac->local_tree = local_tree; local_tree 37 source3/lib/ldb/modules/ldb_map_private.h const struct ldb_parse_tree *local_tree; local_tree 916 source4/lib/ldb/ldb_map/ldb_map_outbound.c struct ldb_parse_tree **local_tree, local_tree 922 source4/lib/ldb/ldb_map/ldb_map_outbound.c *local_tree = NULL; local_tree 931 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = map_subtree_select_local(module, mem_ctx, local_tree, tree); local_tree 939 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*local_tree); local_tree 1095 source4/lib/ldb/ldb_map/ldb_map_outbound.c struct ldb_parse_tree *local_tree; local_tree 1145 source4/lib/ldb/ldb_map/ldb_map_outbound.c &local_tree, &remote_tree, local_tree 1151 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (((local_tree != NULL) && (remote_tree != NULL)) && local_tree 1154 source4/lib/ldb/ldb_map/ldb_map_outbound.c local_tree = NULL; local_tree 1158 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (local_tree == NULL) { local_tree 1160 source4/lib/ldb/ldb_map/ldb_map_outbound.c local_tree = talloc_zero(ac, struct ldb_parse_tree); local_tree 1161 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (local_tree == NULL) { local_tree 1166 source4/lib/ldb/ldb_map/ldb_map_outbound.c local_tree->operation = LDB_OP_PRESENT; local_tree 1167 source4/lib/ldb/ldb_map/ldb_map_outbound.c local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED); local_tree 1177 source4/lib/ldb/ldb_map/ldb_map_outbound.c ac->local_tree = local_tree; local_tree 30 source4/lib/ldb/ldb_map/ldb_map_private.h const struct ldb_parse_tree *local_tree;