Searched refs:nread_inbuf (Results 1 – 2 of 2) sorted by relevance
217 httpc->nread_inbuf = 0; in http2_connisdead()1355 nread = httpc->inbuflen - httpc->nread_inbuf; in h2_process_pending_input()1356 inbuf = httpc->inbuf + httpc->nread_inbuf; in h2_process_pending_input()1372 httpc->nread_inbuf = 0; in h2_process_pending_input()1375 httpc->nread_inbuf += rv; in h2_process_pending_input()1379 httpc->inbuflen - httpc->nread_inbuf)); in h2_process_pending_input()1705 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()1706 inbuf = httpc->inbuf + httpc->nread_inbuf; in http2_recv()1723 httpc->nread_inbuf = 0; in http2_recv()1726 httpc->nread_inbuf += rv; in http2_recv()[all …]
212 size_t nread_inbuf; /* number of bytes read from in inbuf */ member