Searched refs:checkindex (Results 1 – 3 of 3) sorted by relevance
95 size_t checkindex; /* where to start checking of the request */ member204 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()449 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()562 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()570 line = &req->reqbuf[req->checkindex]; in ProcessRequest()574 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()662 pipereq = reqbuf + req->checkindex; in get_request()663 pipereq_length = req->offset - req->checkindex; in get_request()668 req->checkindex = 0; in get_request()753 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
91 size_t checkindex; /* where to start checking of the request */ member358 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()749 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()835 req->checkindex = 0; in init_httprequest()
440 int checkindex; in progress_calc() local447 checkindex = (p->speeder_c >= CURR_TIME) ? p->speeder_c%CURR_TIME : 0; in progress_calc()450 span_ms = Curl_timediff(now, p->speeder_time[checkindex]); in progress_calc()455 amount = p->speeder[nowindex]- p->speeder[checkindex]; in progress_calc()
Completed in 16 milliseconds