HomeSort by: relevance | last modified time | path
    Searched refs:dontsave (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
tls.c 1591 if (c->dontsave && c->read_pos < MSG_END_OFFSET) {
1594 } else if (c->dontsave && c->read_pos == MSG_END_OFFSET) {
1596 c->dontsave = false;
1597 } else if (c->dontsave && c->read_pos > MSG_END_OFFSET) {
1607 c->dontsave = false;
1636 c->dontsave = true;
syslogd.h 427 bool dontsave; /* for receiving oversized messages w/o saving them */ member in struct:TLS_Incoming_Conn

Completed in 15 milliseconds