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

  /external/curl/tests/libtest/
lib571.c 49 static const char *RTP_DATA = "$_1234\n\0asdf";
75 if(memcmp(RTP_DATA, data + i, RTP_DATA_SIZE) != 0) {
81 if(memcmp(RTP_DATA, data + i, message_size - i) != 0) {
  /external/curl/tests/server/
rtspd.c 199 static const char *RTP_DATA = "$_1234\n\0asdf";
498 memcpy(rtp_scratch + 4 + i, RTP_DATA, RTP_DATA_SIZE);
    [all...]

Completed in 1130 milliseconds