Home
last modified time | relevance | path

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

/third_party/curl/tests/server/
H A Drtspd.c99 size_t checkindex; /* where to start checking of the request */ member
208 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()
451 /* we do have a full set, advance the checkindex to after the end of the 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 in get_request()
[all...]
H A Dsws.c102 size_t checkindex; /* where to start checking of the request */ member
367 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()
/third_party/curl/lib/
H A Dprogress.c439 int checkindex; in progress_calc() local
446 checkindex = (p->speeder_c >= CURR_TIME)? p->speeder_c%CURR_TIME:0; in progress_calc()
449 span_ms = Curl_timediff(now, p->speeder_time[checkindex]); in progress_calc()
454 amount = p->speeder[nowindex]- p->speeder[checkindex]; in progress_calc()

Completed in 5 milliseconds