Home
last modified time | relevance | path

Searched refs:pipereq_length (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/server/
Drtspd.c786 size_t pipereq_length = 0; in get_request() local
790 pipereq_length = req->offset - req->checkindex; in get_request()
817 if(pipereq_length && pipereq) { in get_request()
818 memmove(reqbuf, pipereq, pipereq_length); in get_request()
819 got = curlx_uztosz(pipereq_length); in get_request()
820 pipereq_length = 0; in get_request()
Dsws.c934 size_t pipereq_length = 0; in get_request() local
938 pipereq_length = req->offset - req->checkindex; in get_request()
952 if(pipereq_length && pipereq) { in get_request()
953 memmove(reqbuf, pipereq, pipereq_length); in get_request()
954 got = curlx_uztosz(pipereq_length); in get_request()
955 pipereq_length = 0; in get_request()