Searched refs:checkindex (Results 1 – 3 of 3) sorted by relevance
96 size_t checkindex; /* where to start checking of the request */ member329 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()
98 size_t checkindex; /* where to start checking of the request */ member453 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 …]
351 int checkindex; in Curl_pgrsUpdate() local410 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()