OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peera
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
11613
SSL *clientssl = NULL, *serverssl = NULL, *
peera
, *peerb;
local
11649
/*
peera
is always configured for pipelining, while peerb is not. */
11651
peera
= serverssl;
11655
peera
= clientssl;
11688
if (!TEST_false(SSL_set_split_send_fragment(
peera
, fragsize + 1)))
11697
if (!TEST_true(SSL_set_max_pipelines(
peera
, numpipes))
11698
|| !TEST_true(SSL_set_split_send_fragment(
peera
, fragsize)))
11704
/* Write some data from
peera
to peerb */
11705
if (!TEST_true(SSL_write_ex(
peera
, msg, msglen, &written))
11733
* Write some data from peerb to
peera
. We do this in up to |numpipes + 1
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
10323
SSL *clientssl = NULL, *serverssl = NULL, *
peera
, *peerb;
local
10360
/*
peera
is always configured for pipelining, while peerb is not. */
10362
peera
= serverssl;
10366
peera
= clientssl;
10399
if (!TEST_false(SSL_set_split_send_fragment(
peera
, fragsize + 1)))
10408
if (!TEST_true(SSL_set_max_pipelines(
peera
, numpipes))
10409
|| !TEST_true(SSL_set_split_send_fragment(
peera
, fragsize)))
10415
/* Write some data from
peera
to peerb */
10416
if (!TEST_true(SSL_write_ex(
peera
, msg, msglen, &written))
10444
* Write some data from peerb to
peera
. We do this in up to |numpipes + 1
[
all
...]
Completed in 38 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026