OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inbuflen
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/error/
input.c
74
size_t
inbuflen
;
local in function:eaterrors
78
inbuflen
= 0;
79
if (getline(&line, &
inbuflen
, errorfile) == -1)
/src/usr.sbin/syslogd/
tls.c
1319
tls_in->
inbuflen
= TLS_MIN_LINELENGTH;
1518
&(c->inbuf[c->read_pos]), c->
inbuflen
- c->read_pos);
1522
c->
inbuflen
- c->read_pos);
1627
if (MSG_END_OFFSET+1 > c->
inbuflen
) { /* +1 for the '\0' */
1631
c->
inbuflen
= MSG_END_OFFSET+1;
1657
assert(MSG_END_OFFSET+1 <= c->
inbuflen
);
1682
if ((c->
inbuflen
> TLS_PERSIST_LINELENGTH)
1687
c->
inbuflen
= TLS_LARGE_LINELENGTH;
syslogd.h
421
size_t
inbuflen
;
member in struct:TLS_Incoming_Conn
Completed in 16 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025