Searched refs:pipereq_length (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/server/
H A Drtspd.c768 size_t pipereq_length = 0; local
772 pipereq_length = req->offset - req->checkindex;
799 if(pipereq_length && pipereq) {
800 memmove(reqbuf, pipereq, pipereq_length);
801 got = curlx_uztosz(pipereq_length);
802 pipereq_length = 0;
H A Dsws.c734 size_t pipereq_length = 0; local
738 pipereq_length = req->offset - req->checkindex;
763 if(pipereq_length && pipereq) {
764 memmove(reqbuf, pipereq, pipereq_length);
765 got = curlx_uztosz(pipereq_length);
766 pipereq_length = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/server/
H A Drtspd.c768 size_t pipereq_length = 0; local
772 pipereq_length = req->offset - req->checkindex;
799 if(pipereq_length && pipereq) {
800 memmove(reqbuf, pipereq, pipereq_length);
801 got = curlx_uztosz(pipereq_length);
802 pipereq_length = 0;
H A Dsws.c734 size_t pipereq_length = 0; local
738 pipereq_length = req->offset - req->checkindex;
763 if(pipereq_length && pipereq) {
764 memmove(reqbuf, pipereq, pipereq_length);
765 got = curlx_uztosz(pipereq_length);
766 pipereq_length = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/server/
H A Drtspd.c768 size_t pipereq_length = 0; local
772 pipereq_length = req->offset - req->checkindex;
799 if(pipereq_length && pipereq) {
800 memmove(reqbuf, pipereq, pipereq_length);
801 got = curlx_uztosz(pipereq_length);
802 pipereq_length = 0;
H A Dsws.c734 size_t pipereq_length = 0; local
738 pipereq_length = req->offset - req->checkindex;
763 if(pipereq_length && pipereq) {
764 memmove(reqbuf, pipereq, pipereq_length);
765 got = curlx_uztosz(pipereq_length);
766 pipereq_length = 0;

Completed in 109 milliseconds