Home | History | Annotate | Download | only in lib

Lines Matching defs:retdb

1664     CA_DB *retdb = NULL;
1697 retdb = app_malloc(sizeof(*retdb), "new DB");
1698 retdb->db = tmpdb;
1701 retdb->attributes = *db_attr;
1703 retdb->attributes.unique_subject = 1;
1709 retdb->attributes.unique_subject = parse_yesno(p, 1);
1712 retdb->dbfname = OPENSSL_strdup(dbfile);
1713 if (retdb->dbfname == NULL)
1717 retdb->dbst = dbst;
1725 return retdb;