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

  /external/curl/tests/server/
rtspd.c 792 char *pipereq = NULL; local
796 pipereq = reqbuf + req->checkindex;
824 if(pipereq_length && pipereq) {
825 memmove(reqbuf, pipereq, pipereq_length);
    [all...]
sws.c 991 char *pipereq = NULL; local
995 pipereq = reqbuf + req->checkindex;
1010 if(pipereq_length && pipereq) {
1011 memmove(reqbuf, pipereq, pipereq_length);
    [all...]

Completed in 97 milliseconds