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

  /external/curl/lib/
rtsp.h 39 * RTSP Connection data
50 * RTSP unique setup
52 struct RTSP {
56 * &(data->state.proto.rtsp) == &(data->state.proto.http) per the C spec
58 * HTTP functions can safely treat this as an HTTP struct, but RTSP aware
rtsp.c 35 #include "rtsp.h"
102 * RTSP handler interface.
105 "RTSP", /* scheme */
127 struct RTSP *rtsp; local
129 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP));
130 if(!rtsp)
140 * we cannot assume that an RTSP socket is dead just because it is readable.
200 struct RTSP *rtsp = data->req.protop local
236 struct RTSP *rtsp = data->req.protop; local
769 struct RTSP *rtsp = data->req.protop; local
    [all...]
  /external/curl/tests/
serverhelp.pm 88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
  /frameworks/av/media/libstagefright/codecs/common/include/
voIndex.h 77 _MAKE_SOURCE_ID (0x110000, RTSP)

Completed in 1161 milliseconds