Home
last modified time | relevance | path

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

/external/curl/tests/server/
Drtspd.c99 size_t checkindex; /* where to start checking of the request */ member
338 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()
583 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
697 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()
705 line = &req->reqbuf[req->checkindex]; in ProcessRequest()
709 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
796 pipereq = reqbuf + req->checkindex; in get_request()
797 pipereq_length = req->offset - req->checkindex; in get_request()
802 req->checkindex = 0; in get_request()
887 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
Dsws.c101 size_t checkindex; /* where to start checking of the request */ member
474 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest()
712 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
857 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()
865 line = &req->reqbuf[req->checkindex]; in ProcessRequest()
869 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
958 req->checkindex = 0; in init_httprequest()
995 pipereq = reqbuf + req->checkindex; in get_request()
996 pipereq_length = req->offset - req->checkindex; in get_request()
1001 req->checkindex = 0; in get_request()
[all …]
/external/curl/lib/
Dprogress.c427 int checkindex; in Curl_pgrsUpdate() local
433 checkindex = (data->progress.speeder_c >= CURR_TIME)? in Curl_pgrsUpdate()
438 data->progress.speeder_time[checkindex]); in Curl_pgrsUpdate()
445 data->progress.speeder[checkindex]; in Curl_pgrsUpdate()