OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtp_size
(Results
1 - 1
of
1
) sorted by null
/external/curl/tests/server/
rtspd.c
433
int
rtp_size
= 0;
local
477
&rtp_partno, &rtp_channel, &
rtp_size
)) {
481
rtp_partno, rtp_channel,
rtp_size
);
485
rtp_scratch = malloc(
rtp_size
+ 4 + RTP_DATA_SIZE);
494
SET_RTP_PKT_LEN(rtp_scratch,
rtp_size
);
497
for(i = 0; i <
rtp_size
; i+= RTP_DATA_SIZE) {
503
req->rtp_buffersize =
rtp_size
+ 4;
505
req->rtp_buffer = realloc(req->rtp_buffer, req->rtp_buffersize +
rtp_size
+ 4);
506
memcpy(req->rtp_buffer + req->rtp_buffersize, rtp_scratch,
rtp_size
+ 4);
507
req->rtp_buffersize +=
rtp_size
+ 4
[
all
...]
Completed in 374 milliseconds