Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c1161 nread = httpc->inbuflen - httpc->nread_inbuf; in h2_process_pending_input()
1177 httpc->inbuflen = 0; in h2_process_pending_input()
1185 httpc->inbuflen - httpc->nread_inbuf)); in h2_process_pending_input()
1473 if(httpc->inbuflen == 0) { in http2_recv()
1496 httpc->inbuflen = nread; in http2_recv()
1500 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()
1517 httpc->inbuflen = 0; in http2_recv()
1523 httpc->inbuflen - httpc->nread_inbuf)); in http2_recv()
1984 httpc->inbuflen = 0; in Curl_http2_setup()
2072 httpc->inbuflen = nread; in Curl_http2_switched()
[all …]
Dhttp.h209 size_t inbuflen; /* number of bytes filled in inbuf */ member