errstring        1506 source4/dsdb/common/util.c 				   struct ldb_dn **parent_dn, const char **errstring)
errstring        1530 source4/dsdb/common/util.c 		*errstring = talloc_asprintf(mem_ctx, "Error searching for parent domain of %s, failed searching for %s: %s",
errstring        1538 source4/dsdb/common/util.c 		*errstring = talloc_asprintf(mem_ctx, "Invalid dn (%s), not child of a domain object",
errstring         121 source4/dsdb/samdb/samdb.c 			const char **errstring)
errstring         139 source4/dsdb/samdb/samdb.c 			*errstring = talloc_asprintf(msg, "samdb_copy_template: ERROR: Failed to contruct path for template db");
errstring         157 source4/dsdb/samdb/samdb.c 			*errstring = talloc_asprintf(msg, "samdb_copy_template: ERROR: Failed to connect to templates db at: %s",
errstring         167 source4/dsdb/samdb/samdb.c 	*errstring = NULL;	
errstring         172 source4/dsdb/samdb/samdb.c 		*errstring = talloc_asprintf(msg, "samdb_copy_template: ERROR: Failed to contruct DN for template '%s'", 
errstring         181 source4/dsdb/samdb/samdb.c 		*errstring = talloc_steal(msg, ldb_errstring(templates_ldb));
errstring         185 source4/dsdb/samdb/samdb.c 		*errstring = talloc_asprintf(msg, "samdb_copy_template: ERROR: template '%s' matched %d records, expected 1", 
errstring         209 source4/dsdb/samdb/samdb.c 				*errstring = talloc_asprintf(msg, "Adding attribute %s failed.", el->name);
errstring          42 source4/ldap_server/ldap_backend.c static int map_ldb_error(struct ldb_context *ldb, int err, const char **errstring)
errstring          44 source4/ldap_server/ldap_backend.c 	*errstring = ldb_errstring(ldb);