OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 26 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025