Home | History | Annotate | Download | only in server

Lines Matching refs:pipereq_length

992   size_t pipereq_length = 0;
996 pipereq_length = req->offset - req->checkindex;
1010 if(pipereq_length && pipereq) {
1011 memmove(reqbuf, pipereq, pipereq_length);
1012 got = curlx_uztosz(pipereq_length);
1013 pipereq_length = 0;