Home
last modified time | relevance | path

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

/third_party/curl/tests/server/
Drtspd.c99 size_t checkindex; /* where to start checking of the request */ member
206 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()
447 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
560 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()
568 line = &req->reqbuf[req->checkindex]; in ProcessRequest()
572 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
659 pipereq = reqbuf + req->checkindex; in get_request()
660 pipereq_length = req->offset - req->checkindex; in get_request()
665 req->checkindex = 0; in get_request()
750 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
Dsws.c100 size_t checkindex; /* where to start checking of the request */ member
358 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()
756 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()
840 req->checkindex = 0; in init_httprequest()
/third_party/curl/lib/
Dprogress.c420 int checkindex; in progress_calc() local
427 checkindex = (p->speeder_c >= CURR_TIME)? p->speeder_c%CURR_TIME:0; in progress_calc()
430 span_ms = Curl_timediff(now, p->speeder_time[checkindex]); in progress_calc()
435 amount = p->speeder[nowindex]- p->speeder[checkindex]; in progress_calc()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch161681 F ext/repair/checkindex.c 4383e4469c21e5b9ae321d0d63cec53e981af9d7a6564be6374f0eeb93dfc890