HomeSort by relevance Sort by last modified time
    Searched full:rtp_scratch (Results 1 - 1 of 1) sorted by null

  /external/curl/tests/server/
rtspd.c 436 char *rtp_scratch = NULL; local
485 rtp_scratch = malloc(rtp_size + 4 + RTP_DATA_SIZE);
488 rtp_scratch[0] = '$';
491 SET_RTP_PKT_CHN(rtp_scratch, rtp_channel);
494 SET_RTP_PKT_LEN(rtp_scratch, rtp_size);
498 memcpy(rtp_scratch + 4 + i, RTP_DATA, RTP_DATA_SIZE);
502 req->rtp_buffer = rtp_scratch;
509 memcpy(req->rtp_buffer + req->rtp_buffersize, rtp_scratch,
512 free(rtp_scratch);
    [all...]

Completed in 125 milliseconds