Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c1115 nread = httpc->inbuflen - httpc->nread_inbuf; in h2_process_pending_input()
1116 inbuf = httpc->inbuf + httpc->nread_inbuf; in h2_process_pending_input()
1132 httpc->nread_inbuf = 0; in h2_process_pending_input()
1135 httpc->nread_inbuf += rv; in h2_process_pending_input()
1139 httpc->inbuflen - httpc->nread_inbuf)); in h2_process_pending_input()
1423 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()
1424 inbuf = httpc->inbuf + httpc->nread_inbuf; in http2_recv()
1441 httpc->nread_inbuf = 0; in http2_recv()
1444 httpc->nread_inbuf += rv; in http2_recv()
1446 httpc->inbuflen - httpc->nread_inbuf)); in http2_recv()
[all …]
Dhttp.h209 size_t nread_inbuf; /* number of bytes read from in inbuf */ member