Lines Matching refs:checkindex
98 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()
1020 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request()