map_subtree_collect_remote  669 source3/lib/ldb/modules/ldb_map_outbound.c static int map_subtree_collect_remote(struct ldb_module *module, void *mem_ctx, struct ldb_parse_tree **new, const struct ldb_parse_tree *tree);
map_subtree_collect_remote  685 source3/lib/ldb/modules/ldb_map_outbound.c 	ret = map_subtree_collect_remote(module, *new, &child, tree->u.isnot.child);
map_subtree_collect_remote  728 source3/lib/ldb/modules/ldb_map_outbound.c 		ret = map_subtree_collect_remote(module, *new, &child, tree->u.list.elements[i]);
map_subtree_collect_remote  922 source3/lib/ldb/modules/ldb_map_outbound.c 	ret = map_subtree_collect_remote(module, remote_ctx, remote_tree, tree);
map_subtree_collect_remote  677 source4/lib/ldb/ldb_map/ldb_map_outbound.c static int map_subtree_collect_remote(struct ldb_module *module, void *mem_ctx, struct ldb_parse_tree **new, const struct ldb_parse_tree *tree);
map_subtree_collect_remote  693 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	ret = map_subtree_collect_remote(module, *new, &child, tree->u.isnot.child);
map_subtree_collect_remote  736 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		ret = map_subtree_collect_remote(module, *new, &child, tree->u.list.elements[i]);
map_subtree_collect_remote  937 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	ret = map_subtree_collect_remote(module, mem_ctx, remote_tree, tree);