Home
last modified time | relevance | path

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

/external/curl/tests/server/
Drtspd.c96 size_t checkindex; /* where to start checking of the request */ member
329 char *line=&req->reqbuf[req->checkindex]; in ProcessRequest()
576 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
690 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()
698 line = &req->reqbuf[req->checkindex]; in ProcessRequest()
702 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
789 pipereq = reqbuf + req->checkindex; in get_request()
790 pipereq_length = req->offset - req->checkindex; in get_request()
795 req->checkindex = 0; in get_request()
880 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()
Dsws.c98 size_t checkindex; /* where to start checking of the request */ member
453 char *line=&req->reqbuf[req->checkindex]; in ProcessRequest()
683 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
798 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()
806 line = &req->reqbuf[req->checkindex]; in ProcessRequest()
810 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
899 req->checkindex = 0; in init_httprequest()
937 pipereq = reqbuf + req->checkindex; in get_request()
938 pipereq_length = req->offset - req->checkindex; in get_request()
943 req->checkindex = 0; in get_request()
[all …]
/external/curl/lib/
Dprogress.c351 int checkindex; in Curl_pgrsUpdate() local
410 checkindex = (data->progress.speeder_c>=CURR_TIME)? in Curl_pgrsUpdate()
415 data->progress.speeder_time[checkindex]); in Curl_pgrsUpdate()
422 data->progress.speeder[checkindex]; in Curl_pgrsUpdate()