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

  /external/curl/tests/server/
rtspd.c 924 #define STREAMTHIS "a string to stream 01234567890\n"
925 count = strlen(STREAMTHIS);
927 written = swrite(sock, STREAMTHIS, count);
    [all...]
sws.c 1081 #define STREAMTHIS "a string to stream 01234567890\n"
1082 count = strlen(STREAMTHIS);
    [all...]

Completed in 219 milliseconds