OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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/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
...]
/src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c
1676
CA_DB *
retdb
= NULL;
local
1709
retdb
= app_malloc(sizeof(*
retdb
), "new DB");
1710
retdb
->db = tmpdb;
1713
retdb
->attributes = *db_attr;
1715
retdb
->attributes.unique_subject = 1;
1721
retdb
->attributes.unique_subject = parse_yesno(p, 1);
1724
retdb
->dbfname = OPENSSL_strdup(dbfile);
1725
if (
retdb
->dbfname == NULL)
1729
retdb
->dbst = dbst
[
all
...]
apps.c
1676
CA_DB *
retdb
= NULL;
local
1709
retdb
= app_malloc(sizeof(*
retdb
), "new DB");
1710
retdb
->db = tmpdb;
1713
retdb
->attributes = *db_attr;
1715
retdb
->attributes.unique_subject = 1;
1721
retdb
->attributes.unique_subject = parse_yesno(p, 1);
1724
retdb
->dbfname = OPENSSL_strdup(dbfile);
1725
if (
retdb
->dbfname == NULL)
1729
retdb
->dbst = dbst
[
all
...]
Completed in 101 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026