HomeSort by: relevance | last modified time | path
    Searched defs:cbuf_valid (Results 1 - 1 of 1) sorted by relevancy

  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 87 size_t cbuf_valid; member in struct:session
250 buf_avail = sizeof s->cbuf - s->cbuf_valid;
251 nread = bufferevent_read(bufev, s->cbuf + s->cbuf_valid,
253 s->cbuf_valid += nread;
255 while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) {
562 s->cbuf_valid = 0;

Completed in 11 milliseconds