cedn              597 source3/lib/ldb/common/ldb_dn.c 	struct ldb_dn *cedn;
cedn              602 source3/lib/ldb/common/ldb_dn.c 	cedn = ldb_dn_new(mem_ctx);
cedn              603 source3/lib/ldb/common/ldb_dn.c 	if (!cedn) {
cedn              607 source3/lib/ldb/common/ldb_dn.c 	cedn->comp_num = edn->comp_num;
cedn              608 source3/lib/ldb/common/ldb_dn.c 	cedn->components = talloc_array(cedn, struct ldb_dn_component, edn->comp_num);
cedn              609 source3/lib/ldb/common/ldb_dn.c 	if (!cedn->components) {
cedn              610 source3/lib/ldb/common/ldb_dn.c 		talloc_free(cedn);
cedn              619 source3/lib/ldb/common/ldb_dn.c 		dc.name = ldb_attr_casefold(cedn->components, edn->components[i].name);
cedn              621 source3/lib/ldb/common/ldb_dn.c 			talloc_free(cedn);
cedn              626 source3/lib/ldb/common/ldb_dn.c 		ret = h->canonicalise_fn(ldb, cedn->components,
cedn              630 source3/lib/ldb/common/ldb_dn.c 			talloc_free(cedn);
cedn              634 source3/lib/ldb/common/ldb_dn.c 		cedn->components[i] = dc;
cedn              637 source3/lib/ldb/common/ldb_dn.c 	return cedn;