OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_p6_init
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
params_test.c
318
#define
app_p6_init
"Cookie"
macro
341
app_p6 =
app_p6_init
;
357
/* sizeof(
app_p6_init
) - 1, because we know that's what we're using */
358
{ "p6", OSSL_PARAM_UTF8_PTR, &app_p6, sizeof(
app_p6_init
) - 1, 0 },
369
/* sizeof(
app_p6_init
), because we know that's what we're using */
371
sizeof(
app_p6_init
) - 1),
391
/* sizeof(
app_p6_init
), because we know that's what we're using */
393
sizeof(
app_p6_init
));
522
sizeof(
app_p6_init
) - 1) /* app value */
523
|| !TEST_str_eq(app_p6,
app_p6_init
) /* app value *
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
params_test.c
319
#define
app_p6_init
"Cookie"
macro
342
app_p6 =
app_p6_init
;
358
/* sizeof(
app_p6_init
) - 1, because we know that's what we're using */
359
{ "p6", OSSL_PARAM_UTF8_PTR, &app_p6, sizeof(
app_p6_init
) - 1, 0 },
370
/* sizeof(
app_p6_init
), because we know that's what we're using */
372
sizeof(
app_p6_init
) - 1),
392
/* sizeof(
app_p6_init
), because we know that's what we're using */
394
sizeof(
app_p6_init
));
523
sizeof(
app_p6_init
) - 1) /* app value */
524
|| !TEST_str_eq(app_p6,
app_p6_init
) /* app value *
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026