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