Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c899 if(httpc->inbuflen == 0) { in http2_recv()
922 httpc->inbuflen = nread; in http2_recv()
926 nread = httpc->inbuflen - httpc->nread_inbuf; in http2_recv()
943 httpc->inbuflen = 0; in http2_recv()
949 httpc->inbuflen - httpc->nread_inbuf)); in http2_recv()
1230 httpc->inbuflen = 0; in Curl_http2_setup()
1310 httpc->inbuflen = nread; in Curl_http2_switched()
1313 httpc->inbuflen); in Curl_http2_switched()
1324 httpc->inbuflen = 0; in Curl_http2_switched()
Dhttp.h203 size_t inbuflen; /* number of bytes filled in inbuf */ member