RTSP_WRITE_ALLOC_STR 201 include/gpac/internal/ietf_dev.h RTSP_WRITE_ALLOC_STR(buf, buf_size, pos, type); \ RTSP_WRITE_ALLOC_STR 202 include/gpac/internal/ietf_dev.h RTSP_WRITE_ALLOC_STR(buf, buf_size, pos, ": "); \ RTSP_WRITE_ALLOC_STR 203 include/gpac/internal/ietf_dev.h RTSP_WRITE_ALLOC_STR(buf, buf_size, pos, str); \ RTSP_WRITE_ALLOC_STR 204 include/gpac/internal/ietf_dev.h RTSP_WRITE_ALLOC_STR(buf, buf_size, pos, "\r\n"); \ RTSP_WRITE_ALLOC_STR 221 include/gpac/internal/ietf_dev.h RTSP_WRITE_ALLOC_STR(buf, buf_size, pos, temp); RTSP_WRITE_ALLOC_STR 125 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, req_buffer); RTSP_WRITE_ALLOC_STR 133 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Bandwidth: "); RTSP_WRITE_ALLOC_STR 135 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 138 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Blocksize: "); RTSP_WRITE_ALLOC_STR 140 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 147 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Content-Length: "); RTSP_WRITE_ALLOC_STR 149 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 152 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "CSeq: "); RTSP_WRITE_ALLOC_STR 154 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 162 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Range: npt="); RTSP_WRITE_ALLOC_STR 164 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 168 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 173 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Scale: "); RTSP_WRITE_ALLOC_STR 175 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 179 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Speed: "); RTSP_WRITE_ALLOC_STR 181 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 187 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Transport: "); RTSP_WRITE_ALLOC_STR 190 src/ietf/rtsp_command.c if (i) RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n ,"); RTSP_WRITE_ALLOC_STR 194 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, trans->Profile); RTSP_WRITE_ALLOC_STR 195 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, (trans->IsUnicast ? ";unicast" : ";multicast")); RTSP_WRITE_ALLOC_STR 197 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";destination="); RTSP_WRITE_ALLOC_STR 198 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, trans->destination); RTSP_WRITE_ALLOC_STR 201 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";source="); RTSP_WRITE_ALLOC_STR 202 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, trans->source); RTSP_WRITE_ALLOC_STR 205 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";mode=RECORD"); RTSP_WRITE_ALLOC_STR 206 src/ietf/rtsp_command.c if (trans->Append) RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";append"); RTSP_WRITE_ALLOC_STR 209 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";interleaved="); RTSP_WRITE_ALLOC_STR 212 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 217 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, (trans->IsUnicast ? ";server_port=" : ";port=")); RTSP_WRITE_ALLOC_STR 219 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 223 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";client_port="); RTSP_WRITE_ALLOC_STR 225 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 231 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";layers="); RTSP_WRITE_ALLOC_STR 235 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";ttl="); RTSP_WRITE_ALLOC_STR 240 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";ssrc="); RTSP_WRITE_ALLOC_STR 245 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 253 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "x-"); RTSP_WRITE_ALLOC_STR 258 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 260 src/ietf/rtsp_command.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, com->body); RTSP_WRITE_ALLOC_STR 503 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, GF_RTSP_VERSION); RTSP_WRITE_ALLOC_STR 504 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, " "); RTSP_WRITE_ALLOC_STR 506 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, " "); RTSP_WRITE_ALLOC_STR 507 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, gf_rtsp_nc_to_string(rsp->ResponseCode)); RTSP_WRITE_ALLOC_STR 508 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 517 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Bandwidth: "); RTSP_WRITE_ALLOC_STR 519 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 522 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Blocksize: "); RTSP_WRITE_ALLOC_STR 524 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 534 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Content-Length: "); RTSP_WRITE_ALLOC_STR 536 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 541 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "CSeq: "); RTSP_WRITE_ALLOC_STR 543 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 559 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Range: npt:"); RTSP_WRITE_ALLOC_STR 561 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 565 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 575 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "RTPInfo: "); RTSP_WRITE_ALLOC_STR 579 src/ietf/rtsp_response.c if (i) RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n ,"); RTSP_WRITE_ALLOC_STR 583 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "url="); RTSP_WRITE_ALLOC_STR 584 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, info->url); RTSP_WRITE_ALLOC_STR 585 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";"); RTSP_WRITE_ALLOC_STR 587 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "seq="); RTSP_WRITE_ALLOC_STR 589 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";rtptime="); RTSP_WRITE_ALLOC_STR 592 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 596 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Scale: "); RTSP_WRITE_ALLOC_STR 598 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 603 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Scale: "); RTSP_WRITE_ALLOC_STR 605 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 612 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "Transport: "); RTSP_WRITE_ALLOC_STR 615 src/ietf/rtsp_response.c if (i) RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n ,"); RTSP_WRITE_ALLOC_STR 619 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, trans->Profile); RTSP_WRITE_ALLOC_STR 620 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, (trans->IsUnicast ? ";unicast" : ";multicast")); RTSP_WRITE_ALLOC_STR 622 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";destination="); RTSP_WRITE_ALLOC_STR 623 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, trans->destination); RTSP_WRITE_ALLOC_STR 626 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";source="); RTSP_WRITE_ALLOC_STR 627 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, trans->source); RTSP_WRITE_ALLOC_STR 630 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";mode=RECORD"); RTSP_WRITE_ALLOC_STR 631 src/ietf/rtsp_response.c if (trans->Append) RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";append"); RTSP_WRITE_ALLOC_STR 634 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";interleaved="); RTSP_WRITE_ALLOC_STR 637 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 644 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";layers="); RTSP_WRITE_ALLOC_STR 648 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";ttl="); RTSP_WRITE_ALLOC_STR 653 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, (const char *) (trans->IsUnicast ? ";server_port=" : ";port=")); RTSP_WRITE_ALLOC_STR 655 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 659 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";client_port="); RTSP_WRITE_ALLOC_STR 661 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "-"); RTSP_WRITE_ALLOC_STR 665 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, ";ssrc="); RTSP_WRITE_ALLOC_STR 670 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 683 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "x-"); RTSP_WRITE_ALLOC_STR 687 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, "\r\n"); RTSP_WRITE_ALLOC_STR 689 src/ietf/rtsp_response.c RTSP_WRITE_ALLOC_STR(buffer, size, cur_pos, rsp->body);