child_str 885 source3/lib/ldb/common/ldb_dn.c char *child_str;
child_str 891 source3/lib/ldb/common/ldb_dn.c child_str = talloc_vasprintf(mem_ctx, child_fmt, ap);
child_str 894 source3/lib/ldb/common/ldb_dn.c if (child_str == NULL) return NULL;
child_str 896 source3/lib/ldb/common/ldb_dn.c dn1 = ldb_dn_explode(mem_ctx, child_str);
child_str 899 source3/lib/ldb/common/ldb_dn.c talloc_free(child_str);
child_str 1388 source4/lib/ldb/common/ldb_dn.c char *child_str;
child_str 1397 source4/lib/ldb/common/ldb_dn.c child_str = talloc_vasprintf(dn, child_fmt, ap);
child_str 1400 source4/lib/ldb/common/ldb_dn.c if (child_str == NULL) {
child_str 1404 source4/lib/ldb/common/ldb_dn.c child = ldb_dn_new(child_str, dn->ldb, child_str);
child_str 1408 source4/lib/ldb/common/ldb_dn.c talloc_free(child_str);