OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_of_alias_max
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c
1414
int ok, num_of_ciphers,
num_of_alias_max
, num_of_group_aliases, i;
local
1559
num_of_alias_max
= num_of_ciphers + num_of_group_aliases + 1;
1560
ca_list = OPENSSL_malloc(sizeof(*ca_list) *
num_of_alias_max
);
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c
1449
int ok, num_of_ciphers,
num_of_alias_max
, num_of_group_aliases, i;
local
1594
num_of_alias_max
= num_of_ciphers + num_of_group_aliases + 1;
1595
ca_list = OPENSSL_malloc(sizeof(*ca_list) *
num_of_alias_max
);
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c
1408
int ok, num_of_ciphers,
num_of_alias_max
, num_of_group_aliases, i;
local
1554
num_of_alias_max
= num_of_ciphers + num_of_group_aliases + 1;
1555
ca_list = OPENSSL_malloc(sizeof(*ca_list) *
num_of_alias_max
);
Completed in 76 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026