Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c1161 nread = httpc->inbuflen - httpc->nread_inbuf; in h2_process_pending_input()
1162 inbuf = httpc->inbuf + httpc->nread_inbuf; in h2_process_pending_input()
1178 httpc->nread_inbuf = 0; in h2_process_pending_input()
1181 httpc->nread_inbuf += rv; in h2_process_pending_input()
1185 httpc->inbuflen - httpc->nread_inbuf)); in h2_process_pending_input()
1500 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()
1501 inbuf = httpc->inbuf + httpc->nread_inbuf; in http2_recv()
1518 httpc->nread_inbuf = 0; in http2_recv()
1521 httpc->nread_inbuf += rv; in http2_recv()
1523 httpc->inbuflen - httpc->nread_inbuf)); in http2_recv()
[all …]
Dhttp.h210 size_t nread_inbuf; /* number of bytes read from in inbuf */ member