Lines Matching refs:checkindex
99 size_t checkindex; /* where to start checking of the request */
208 char *line = &req->reqbuf[req->checkindex];
451 /* we do have a full set, advance the checkindex to after the end of the
453 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
566 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
574 line = &req->reqbuf[req->checkindex];
578 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
668 pipereq = reqbuf + req->checkindex;
669 pipereq_length = req->offset - req->checkindex;
674 req->checkindex = 0;
759 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset);