OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poptions
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c
90
uint64_t *
poptions
;
member in struct:ssl_conf_ctx_st
116
if (cctx->
poptions
== NULL)
132
*cctx->
poptions
|= option_value;
134
*cctx->
poptions
&= ~option_value;
1159
cctx->
poptions
= &sc->options;
1169
cctx->
poptions
= NULL;
1183
cctx->
poptions
= &ctx->options;
1193
cctx->
poptions
= NULL;
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c
87
uint64_t *
poptions
;
member in struct:ssl_conf_ctx_st
111
if (cctx->
poptions
== NULL)
127
*cctx->
poptions
|= option_value;
129
*cctx->
poptions
&= ~option_value;
1058
cctx->
poptions
= &ssl->options;
1064
cctx->
poptions
= NULL;
1077
cctx->
poptions
= &ctx->options;
1083
cctx->
poptions
= NULL;
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c
86
uint32_t *
poptions
;
member in struct:ssl_conf_ctx_st
109
if (cctx->
poptions
== NULL)
124
pflags = cctx->
poptions
;
969
cctx->
poptions
= &ssl->options;
975
cctx->
poptions
= NULL;
988
cctx->
poptions
= &ctx->options;
994
cctx->
poptions
= NULL;
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026