Searched refs:checkindex (Results 1 – 4 of 4) sorted by relevance
99 size_t checkindex; /* where to start checking of the request */ member208 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()453 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()566 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()574 line = &req->reqbuf[req->checkindex]; in ProcessRequest()578 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()668 pipereq = reqbuf + req->checkindex; in get_request()669 pipereq_length = req->offset - req->checkindex; in get_request()674 req->checkindex = 0; in get_request()759 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
102 size_t checkindex; /* where to start checking of the request */ member367 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()758 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()846 req->checkindex = 0; in init_httprequest()
437 int checkindex; in progress_calc() local444 checkindex = (p->speeder_c >= CURR_TIME)? p->speeder_c%CURR_TIME:0; in progress_calc()447 span_ms = Curl_timediff(now, p->speeder_time[checkindex]); in progress_calc()452 amount = p->speeder[nowindex]- p->speeder[checkindex]; in progress_calc()
168992 F ext/repair/checkindex.c 4383e4469c21e5b9ae321d0d63cec53e981af9d7a6564be6374f0eeb93dfc890