OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retdb
(Results
1 - 3
of
3
) sorted by relevancy
/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
...]
/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
...]
/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
...]
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026