Searched refs:cbuf_valid (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c87 size_t cbuf_valid; member in struct:session
247 buf_avail = sizeof s->cbuf - s->cbuf_valid;
248 clientread = bufferevent_read(bufev, s->cbuf + s->cbuf_valid,
250 s->cbuf_valid += clientread;
252 while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) {
555 s->cbuf_valid = 0;

Completed in 103 milliseconds