Searched refs:ctl_reply_offset (Results 1 – 1 of 1) sorted by relevance
291 size_t ctl_reply_offset = 0; /* Number of bytes of reply written so far */ variable3253 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()3448 n = write(fd, ctl_reply + ctl_reply_offset, in ctlconn_writecb()3449 ctl_reply_size - ctl_reply_offset); in ctlconn_writecb()3463 ctl_reply_offset += n; 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()