Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c926 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()
927 inbuf = httpc->inbuf + httpc->nread_inbuf; in http2_recv()
944 httpc->nread_inbuf = 0; in http2_recv()
947 httpc->nread_inbuf += rv; in http2_recv()
949 httpc->inbuflen - httpc->nread_inbuf)); in http2_recv()
1231 httpc->nread_inbuf = 0; in Curl_http2_setup()
1325 httpc->nread_inbuf = 0; in Curl_http2_switched()
1328 httpc->nread_inbuf += nproc; in Curl_http2_switched()
Dhttp.h204 size_t nread_inbuf; /* number of bytes read from in inbuf */ member