Searched refs:checkindex (Results 1 – 3 of 3) 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()561 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()569 line = &req->reqbuf[req->checkindex]; in ProcessRequest()573 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()660 pipereq = reqbuf + req->checkindex; in get_request()661 pipereq_length = req->offset - req->checkindex; in get_request()666 req->checkindex = 0; in get_request()751 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
101 size_t checkindex; /* where to start checking of the request */ member359 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()758 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()842 req->checkindex = 0; in init_httprequest()
430 int checkindex; in progress_calc() local436 checkindex = (data->progress.speeder_c >= CURR_TIME)? in progress_calc()440 span_ms = Curl_timediff(now, data->progress.speeder_time[checkindex]); in progress_calc()447 data->progress.speeder[checkindex]; in progress_calc()