OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:default_group_strings
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c
1159
static const default_group_string_st
default_group_strings
[] = {
variable
1325
for (i = 0; i < OSSL_NELEM(
default_group_strings
); i++) {
1326
if ((size_t)len == (strlen(
default_group_strings
[i].list_name))
1327
&& OPENSSL_strncasecmp(
default_group_strings
[i].list_name, elem, len) == 0) {
1345
restored_default_group_string = OPENSSL_malloc((1 /* max prefix length */ + strlen(
default_group_strings
[i].group_string) + 1 /* \0 */) * sizeof(char));
1350
&&
default_group_strings
[i].group_string[0]
1355
default_group_strings
[i].group_string,
1356
strlen(
default_group_strings
[i].group_string));
1357
restored_default_group_string[strlen(
default_group_strings
[i].group_string) + restored_prefix_index] = '\0';
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026