OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_ign_eof
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
91
static int
s_ign_eof
= 0;
variable
1337
s_ign_eof
= 1;
1340
s_ign_eof
= 0;
3623
if (!
s_ign_eof
&& (i == 5) && (strncmp(buf, "CLOSE", 5) == 0)) {
/src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c
98
static int
s_ign_eof
= 0;
variable
1328
s_ign_eof
= 1;
1331
s_ign_eof
= 0;
3515
if (!
s_ign_eof
&& (i == 5) && (strncmp(buf, "CLOSE", 5) == 0)) {
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
93
static int
s_ign_eof
= 0;
variable
1485
s_ign_eof
= 1;
1488
s_ign_eof
= 0;
3864
if (!
s_ign_eof
&& i == 5 && HAS_PREFIX(buf, "CLOSE")) {
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026