HomeSort by: relevance | last modified time | path
    Searched defs:retdb (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 1554 CA_DB *retdb = NULL; local
1590 retdb = app_malloc(sizeof(*retdb), "new DB");
1591 retdb->db = tmpdb;
1594 retdb->attributes = *db_attr;
1596 retdb->attributes.unique_subject = 1;
1602 retdb->attributes.unique_subject = parse_yesno(p, 1);
1606 retdb->dbfname = OPENSSL_strdup(dbfile);
1608 retdb->dbst = dbst;
1615 return retdb;
    [all...]
apps.c 1554 CA_DB *retdb = NULL; local
1590 retdb = app_malloc(sizeof(*retdb), "new DB");
1591 retdb->db = tmpdb;
1594 retdb->attributes = *db_attr;
1596 retdb->attributes.unique_subject = 1;
1602 retdb->attributes.unique_subject = parse_yesno(p, 1);
1606 retdb->dbfname = OPENSSL_strdup(dbfile);
1608 retdb->dbst = dbst;
1615 return retdb;
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 1664 CA_DB *retdb = NULL; local
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
    [all...]
apps.c 1664 CA_DB *retdb = NULL; local
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
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 1638 CA_DB *retdb = NULL; local
1671 retdb = app_malloc(sizeof(*retdb), "new DB");
1672 retdb->db = tmpdb;
1675 retdb->attributes = *db_attr;
1677 retdb->attributes.unique_subject = 1;
1683 retdb->attributes.unique_subject = parse_yesno(p, 1);
1690 retdb->dbfname = OPENSSL_strdup(dbfile);
1692 retdb->dbst = dbst;
1700 return retdb;
    [all...]
apps.c 1638 CA_DB *retdb = NULL; local
1671 retdb = app_malloc(sizeof(*retdb), "new DB");
1672 retdb->db = tmpdb;
1675 retdb->attributes = *db_attr;
1677 retdb->attributes.unique_subject = 1;
1683 retdb->attributes.unique_subject = parse_yesno(p, 1);
1690 retdb->dbfname = OPENSSL_strdup(dbfile);
1692 retdb->dbst = dbst;
1700 return retdb;
    [all...]

Completed in 52 milliseconds