Home
last modified time | relevance | path

Searched refs:ctl_reply_size (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/syslogd/
Dsyslogd.c290 size_t ctl_reply_size = 0; /* Number of bytes used in reply */ variable
3253 ctl_state = ctl_cmd_bytes = ctl_reply_offset = ctl_reply_size = 0; in ctlconn_cleanup()
3351 ctl_reply_size = ctl_reply_offset = 0; in ctlconn_readcb()
3419 ctl_reply_size = CTL_REPLY_SIZE; in ctlconn_readcb()
3420 log_debug("ctlcmd reply length %lu", (u_long)ctl_reply_size); in ctlconn_readcb()
3449 ctl_reply_size - ctl_reply_offset); in ctlconn_writecb()
3465 if (ctl_reply_offset < ctl_reply_size) in ctlconn_writecb()
3478 ctl_reply_offset = ctl_reply_size = CTL_REPLY_SIZE; in ctlconn_writecb()
3483 ctl_reply_size = CTL_REPLY_SIZE; in ctlconn_writecb()
3522 if (l + 2 > (CTL_REPLY_MAXSIZE - ctl_reply_size)) { in ctlconn_logto()
[all …]