Searched refs:inbuflen (Results 1 – 2 of 2) sorted by relevance
201 httpc->inbuflen = nread; in http2_connisdead()1336 nread = httpc->inbuflen - httpc->nread_inbuf; in h2_process_pending_input()1352 httpc->inbuflen = 0; in h2_process_pending_input()1360 httpc->inbuflen - httpc->nread_inbuf)); in h2_process_pending_input()1695 if(httpc->inbuflen == 0) { in http2_recv()1717 httpc->inbuflen = nread; in http2_recv()1722 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()2189 httpc->inbuflen = 0; in Curl_http2_setup()2285 httpc->inbuflen = nread; in Curl_http2_switched()
206 size_t inbuflen; /* number of bytes filled in inbuf */ member