Home
last modified time | relevance | path

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

/external/curl/tests/server/
Drtspd.c793 size_t pipereq_length = 0; in get_request() local
797 pipereq_length = req->offset - req->checkindex; in get_request()
824 if(pipereq_length && pipereq) { in get_request()
825 memmove(reqbuf, pipereq, pipereq_length); in get_request()
826 got = curlx_uztosz(pipereq_length); in get_request()
827 pipereq_length = 0; in get_request()
Dsws.c992 size_t pipereq_length = 0; in get_request() local
996 pipereq_length = req->offset - req->checkindex; in get_request()
1010 if(pipereq_length && pipereq) { in get_request()
1011 memmove(reqbuf, pipereq, pipereq_length); in get_request()
1012 got = curlx_uztosz(pipereq_length); in get_request()
1013 pipereq_length = 0; in get_request()