OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methdst
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_cust.c
263
custom_ext_method *
methdst
= custom_ext_find(dst, methsrc->role,
local
266
if (
methdst
== NULL)
269
methdst
->ext_flags = methsrc->ext_flags;
276
static void custom_ext_copy_old_cb(custom_ext_method *
methdst
,
284
methdst
->add_arg = NULL;
285
methdst
->parse_arg = NULL;
289
methdst
->add_arg = OPENSSL_memdup(methsrc->add_arg,
291
methdst
->parse_arg = OPENSSL_memdup(methsrc->parse_arg,
294
if (
methdst
->add_arg == NULL ||
methdst
->parse_arg == NULL
340
custom_ext_method *
methdst
= OPENSSL_realloc(dst->meths,
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_cust.c
260
custom_ext_method *
methdst
= custom_ext_find(dst, methsrc->role,
local
263
if (
methdst
== NULL)
266
methdst
->ext_flags = methsrc->ext_flags;
288
custom_ext_method *
methdst
= dst->meths + i;
local
299
methdst
->add_arg = NULL;
300
methdst
->parse_arg = NULL;
304
methdst
->add_arg = OPENSSL_memdup(methsrc->add_arg,
306
methdst
->parse_arg = OPENSSL_memdup(methsrc->parse_arg,
309
if (
methdst
->add_arg == NULL ||
methdst
->parse_arg == NULL
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_cust.c
258
custom_ext_method *
methdst
= custom_ext_find(dst, methsrc->role,
local
261
if (
methdst
== NULL)
264
methdst
->ext_flags = methsrc->ext_flags;
286
custom_ext_method *
methdst
= dst->meths + i;
local
297
methdst
->add_arg = NULL;
298
methdst
->parse_arg = NULL;
302
methdst
->add_arg = OPENSSL_memdup(methsrc->add_arg,
304
methdst
->parse_arg = OPENSSL_memdup(methsrc->parse_arg,
307
if (
methdst
->add_arg == NULL ||
methdst
->parse_arg == NULL
[
all
...]
Completed in 19 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026