Searched refs:inbuflen (Results 1 – 2 of 2) sorted by relevance
218 httpc->inbuflen = nread; in http2_connisdead()1355 nread = httpc->inbuflen - httpc->nread_inbuf; in h2_process_pending_input()1371 httpc->inbuflen = 0; in h2_process_pending_input()1379 httpc->inbuflen - httpc->nread_inbuf)); in h2_process_pending_input()1678 if(httpc->inbuflen == 0) { in http2_recv()1701 httpc->inbuflen = nread; in http2_recv()1705 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()1722 httpc->inbuflen = 0; in http2_recv()1728 httpc->inbuflen - httpc->nread_inbuf)); in http2_recv()2189 httpc->inbuflen = 0; in Curl_http2_setup()[all …]
211 size_t inbuflen; /* number of bytes filled in inbuf */ member