Searched refs:checkindex (Results 1 – 4 of 4) sorted by relevance
99 size_t checkindex; /* where to start checking of the request */ member206 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()447 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()560 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()568 line = &req->reqbuf[req->checkindex]; in ProcessRequest()572 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()659 pipereq = reqbuf + req->checkindex; in get_request()660 pipereq_length = req->offset - req->checkindex; in get_request()665 req->checkindex = 0; in get_request()750 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
100 size_t checkindex; /* where to start checking of the request */ member358 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()756 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()840 req->checkindex = 0; in init_httprequest()
420 int checkindex; in progress_calc() local427 checkindex = (p->speeder_c >= CURR_TIME)? p->speeder_c%CURR_TIME:0; in progress_calc()430 span_ms = Curl_timediff(now, p->speeder_time[checkindex]); in progress_calc()435 amount = p->speeder[nowindex]- p->speeder[checkindex]; in progress_calc()
161681 F ext/repair/checkindex.c 4383e4469c21e5b9ae321d0d63cec53e981af9d7a6564be6374f0eeb93dfc890