Home
last modified time | relevance | path

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

/curl/tests/server/
H A Drtspd.c662 size_t pipereq_length = 0; in get_request() local
666 pipereq_length = req->offset - req->checkindex; in get_request()
693 if(pipereq_length && pipereq) { in get_request()
694 memmove(reqbuf, pipereq, pipereq_length); in get_request()
695 got = curlx_uztosz(pipereq_length); in get_request()
696 pipereq_length = 0; in get_request()

Completed in 6 milliseconds