Searched refs:nread_inbuf (Results 1 – 2 of 2) sorted by relevance
200 httpc->nread_inbuf = 0; in http2_connisdead()1336 nread = httpc->inbuflen - httpc->nread_inbuf; in h2_process_pending_input()1337 inbuf = httpc->inbuf + httpc->nread_inbuf; in h2_process_pending_input()1353 httpc->nread_inbuf = 0; in h2_process_pending_input()1356 httpc->nread_inbuf += rv; in h2_process_pending_input()1360 httpc->inbuflen - httpc->nread_inbuf)); in h2_process_pending_input()1719 DEBUGASSERT(httpc->nread_inbuf == 0); in http2_recv()1722 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()2190 httpc->nread_inbuf = 0; in Curl_http2_setup()2287 DEBUGASSERT(httpc->nread_inbuf == 0); in Curl_http2_switched()
207 size_t nread_inbuf; /* number of bytes read from in inbuf */ member