Lines Matching refs:pipereq_length
793 size_t pipereq_length = 0;797 pipereq_length = req->offset - req->checkindex;824 if(pipereq_length && pipereq) {825 memmove(reqbuf, pipereq, pipereq_length);826 got = curlx_uztosz(pipereq_length);827 pipereq_length = 0;