OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisex
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions.c
591
RAW_EXTENSION *
thisex
;
local
603
if (!verify_extension(s, context, type, exts, raw_extensions, &
thisex
)
604
|| (
thisex
!= NULL &&
thisex
->present == 1)
611
idx =
thisex
- raw_extensions;
643
if (
thisex
!= NULL) {
644
thisex
->data = extension;
645
thisex
->present = 1;
646
thisex
->type = type;
647
thisex
->received_order = i++
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions.c
588
RAW_EXTENSION *
thisex
;
local
601
if (!verify_extension(s, context, type, exts, raw_extensions, &
thisex
)
602
|| (
thisex
!= NULL &&
thisex
->present == 1)
610
idx =
thisex
- raw_extensions;
642
if (
thisex
!= NULL) {
643
thisex
->data = extension;
644
thisex
->present = 1;
645
thisex
->type = type;
646
thisex
->received_order = i++
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions.c
589
RAW_EXTENSION *
thisex
;
local
600
if (!verify_extension(s, context, type, exts, raw_extensions, &
thisex
)
601
|| (
thisex
!= NULL &&
thisex
->present == 1)
608
idx =
thisex
- raw_extensions;
638
if (
thisex
!= NULL) {
639
thisex
->data = extension;
640
thisex
->present = 1;
641
thisex
->type = type;
642
thisex
->received_order = i++
[
all
...]
Completed in 68 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026