Home
last modified time | relevance | path

Searched refs:checkindex (Results 1 – 3 of 3) sorted by relevance

/curl/tests/server/
H A Drtspd.c96 size_t checkindex; /* where to start checking of the request */ member
205 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()
450 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
563 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()
571 line = &req->reqbuf[req->checkindex]; in ProcessRequest()
575 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
665 pipereq = reqbuf + req->checkindex; in get_request()
666 pipereq_length = req->offset - req->checkindex; in get_request()
671 req->checkindex = 0; in get_request()
756 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
H A Dsws.c99 size_t checkindex; /* where to start checking of the request */ member
364 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()
755 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()
843 req->checkindex = 0; in init_httprequest()
/curl/lib/
H A Dprogress.c435 int checkindex; in progress_calc() local
442 checkindex = (p->speeder_c >= CURR_TIME) ? p->speeder_c%CURR_TIME : 0; in progress_calc()
445 span_ms = Curl_timediff(now, p->speeder_time[checkindex]); in progress_calc()
450 amount = p->speeder[nowindex]- p->speeder[checkindex]; in progress_calc()

Completed in 27 milliseconds