Lines Matching refs:checkindex
99 size_t checkindex; /* where to start checking of the request */
338 char *line = &req->reqbuf[req->checkindex];
581 /* we do have a full set, advance the checkindex to after the end of the
583 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
697 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
705 line = &req->reqbuf[req->checkindex];
709 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
796 pipereq = reqbuf + req->checkindex;
797 pipereq_length = req->offset - req->checkindex;
802 req->checkindex = 0;
887 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset);