OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorcount
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/fpr/
fpr.c
97
int
errorcount
;
local in function:main
100
errorcount
= 0;
123
errorcount
= 1;
158
errorcount
++;
166
if (
errorcount
)
168
errorcount
,
errorcount
== 1 ? "" : "s");
/src/usr.sbin/syslogd/
tls.h
125
errorcount
:4, /* counter [0;TLS_MAXERRORCOUNT] */
member in struct:tls_conn_settings
syslogd.h
425
size_t
errorcount
; /* to close faulty connections */
member in struct:TLS_Incoming_Conn
tls.c
1122
tls_conn->
errorcount
++;
1539
if (c->tls_conn->
errorcount
< TLS_MAXERRORCOUNT)
1552
c->
errorcount
= 0;
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025