OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_turn
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c
1424
int
client_turn
= 1, client_turn_count = 0, client_wait_count = 0;
local
1553
if (
client_turn
) {
1580
client_turn
= 1;
1606
if ((
client_turn
&& server.status == PEER_RETRY)
1607
|| (!
client_turn
&& client.status == PEER_RETRY))
1608
client_turn
^= 1;
1619
if (
client_turn
&& server.status == PEER_SUCCESS) {
1630
client_turn
^= 1;
/src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c
1410
int
client_turn
= 1, client_turn_count = 0, client_wait_count = 0;
local
1539
if (
client_turn
) {
1566
client_turn
= 1;
1592
if ((
client_turn
&& server.status == PEER_RETRY)
1593
|| (!
client_turn
&& client.status == PEER_RETRY))
1594
client_turn
^= 1;
1605
if (
client_turn
&& server.status == PEER_SUCCESS) {
1616
client_turn
^= 1;
/src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.c
1432
int
client_turn
= 1, client_turn_count = 0, client_wait_count = 0;
local
1560
if (
client_turn
) {
1587
client_turn
= 1;
1613
if ((
client_turn
&& server.status == PEER_RETRY)
1614
|| (!
client_turn
&& client.status == PEER_RETRY))
1615
client_turn
^= 1;
1626
if (
client_turn
&& server.status == PEER_SUCCESS) {
1637
client_turn
^= 1;
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026