OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_config_index
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/ssl/test/
bssl_shim.cc
129
static int
g_config_index
= 0;
variable
133
return SSL_set_ex_data(ssl,
g_config_index
, (void *)config) == 1;
137
return (const TestConfig *)SSL_get_ex_data(ssl,
g_config_index
);
158
!SSL_set_ex_data(src,
g_config_index
, nullptr) ||
159
!SSL_set_ex_data(dest,
g_config_index
, (void *) config)) {
[
all
...]
Completed in 216 milliseconds