HomeSort by relevance Sort by last modified time
    Searched refs:pipereq_length (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/server/
rtspd.c 793 size_t pipereq_length = 0; local
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;
    [all...]
sws.c 992 size_t pipereq_length = 0; local
996 pipereq_length = req->offset - req->checkindex;
1010 if(pipereq_length && pipereq) {
1011 memmove(reqbuf, pipereq, pipereq_length);
1012 got = curlx_uztosz(pipereq_length);
1013 pipereq_length = 0;
    [all...]

Completed in 190 milliseconds