OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisexd
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions.c
569
const EXTENSION_DEFINITION *
thisexd
;
local
661
for (
thisexd
= ext_defs, i = 0; i < OSSL_NELEM(ext_defs);
662
i++,
thisexd
++) {
663
if (
thisexd
->init != NULL && (
thisexd
->context & context) != 0
664
&& extension_is_relevant(s,
thisexd
->context, context)
665
&& !
thisexd
->init(s, context)) {
746
const EXTENSION_DEFINITION *
thisexd
;
local
764
for (i = 0,
thisexd
= ext_defs; i < OSSL_NELEM(ext_defs);
765
i++,
thisexd
++)
807
const EXTENSION_DEFINITION *
thisexd
;
local
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions.c
565
const EXTENSION_DEFINITION *
thisexd
;
local
660
for (
thisexd
= ext_defs, i = 0; i < OSSL_NELEM(ext_defs);
661
i++,
thisexd
++) {
662
if (
thisexd
->init != NULL && (
thisexd
->context & context) != 0
663
&& extension_is_relevant(s,
thisexd
->context, context)
664
&& !
thisexd
->init(s, context)) {
745
const EXTENSION_DEFINITION *
thisexd
;
local
763
for (i = 0,
thisexd
= ext_defs; i < OSSL_NELEM(ext_defs);
764
i++,
thisexd
++)
806
const EXTENSION_DEFINITION *
thisexd
;
local
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions.c
567
const EXTENSION_DEFINITION *
thisexd
;
local
656
for (
thisexd
= ext_defs, i = 0; i < OSSL_NELEM(ext_defs);
657
i++,
thisexd
++) {
658
if (
thisexd
->init != NULL && (
thisexd
->context & context) != 0
659
&& extension_is_relevant(s,
thisexd
->context, context)
660
&& !
thisexd
->init(s, context)) {
743
const EXTENSION_DEFINITION *
thisexd
;
local
761
for (i = 0,
thisexd
= ext_defs; i < OSSL_NELEM(ext_defs);
762
i++,
thisexd
++)
805
const EXTENSION_DEFINITION *
thisexd
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026