Lines Matching refs:checkindex
101 size_t checkindex; /* where to start checking of the request */
474 char *line = &req->reqbuf[req->checkindex];
710 /* we do have a full set, advance the checkindex to after the end of the
712 req->checkindex += (end - line) + strlen(end_of_headers);
857 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
865 line = &req->reqbuf[req->checkindex];
869 req->checkindex += (end - line) + strlen(end_of_headers);
955 checkindex and offset if pipelining is not set, since in a pipeline they
958 req->checkindex = 0;
995 pipereq = reqbuf + req->checkindex;
996 pipereq_length = req->offset - req->checkindex;
1001 req->checkindex = 0;
1078 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset);