HTTPContext       140 ffserver.c         struct HTTPContext *next;
HTTPContext       189 ffserver.c         struct HTTPContext *rtsp_c;
HTTPContext       198 ffserver.c     static HTTPContext *first_http_ctx;
HTTPContext       208 ffserver.c     static void close_connection(HTTPContext *c);
HTTPContext       211 ffserver.c     static int handle_connection(HTTPContext *c);
HTTPContext       212 ffserver.c     static void compute_status(HTTPContext *c);
HTTPContext       213 ffserver.c     static int open_input_stream(HTTPContext *c, const char *info);
HTTPContext       214 ffserver.c     static int http_parse_request(HTTPContext *c);
HTTPContext       215 ffserver.c     static int http_send_data(HTTPContext *c);
HTTPContext       216 ffserver.c     static int http_start_receive_data(HTTPContext *c);
HTTPContext       217 ffserver.c     static int http_receive_data(HTTPContext *c);
HTTPContext       220 ffserver.c     static int rtsp_parse_request(HTTPContext *c);
HTTPContext       221 ffserver.c     static void rtsp_cmd_describe(HTTPContext *c, const char *url);
HTTPContext       222 ffserver.c     static void rtsp_cmd_options(HTTPContext *c, const char *url);
HTTPContext       223 ffserver.c     static void rtsp_cmd_setup(HTTPContext *c, const char *url,
HTTPContext       225 ffserver.c     static void rtsp_cmd_play(HTTPContext *c, const char *url,
HTTPContext       227 ffserver.c     static void rtsp_cmd_interrupt(HTTPContext *c, const char *url,
HTTPContext       235 ffserver.c     static HTTPContext *rtp_new_connection(struct sockaddr_in *from_addr,
HTTPContext       239 ffserver.c     static int rtp_new_av_stream(HTTPContext *c,
HTTPContext       241 ffserver.c                                  HTTPContext *rtsp_c);
HTTPContext       354 ffserver.c     static void log_connection(HTTPContext *c)
HTTPContext       492 ffserver.c         HTTPContext *rtp_c;
HTTPContext       554 ffserver.c         HTTPContext *c, *c_next;
HTTPContext       701 ffserver.c     static void start_wait_request(HTTPContext *c, int is_rtsp)
HTTPContext       739 ffserver.c         HTTPContext *c = NULL;
HTTPContext       757 ffserver.c         c = av_mallocz(sizeof(HTTPContext));
HTTPContext       785 ffserver.c     static void close_connection(HTTPContext *c)
HTTPContext       787 ffserver.c         HTTPContext **cp, *c1;
HTTPContext       872 ffserver.c     static int handle_connection(HTTPContext *c)
HTTPContext      1134 ffserver.c     static int modify_current_stream(HTTPContext *c, char *rates)
HTTPContext      1191 ffserver.c                                                    HTTPContext *c)
HTTPContext      1239 ffserver.c     static int validate_acl_list(FFServerIPAddressACL *in_acl, HTTPContext *c)
HTTPContext      1256 ffserver.c     static int validate_acl(FFServerStream *stream, HTTPContext *c)
HTTPContext      1311 ffserver.c     static int http_parse_request(HTTPContext *c)
HTTPContext      1648 ffserver.c                     HTTPContext *wmpc;
HTTPContext      1749 ffserver.c     static void compute_status(HTTPContext *c)
HTTPContext      1751 ffserver.c         HTTPContext *c1;
HTTPContext      2014 ffserver.c     static int open_input_stream(HTTPContext *c, const char *info)
HTTPContext      2093 ffserver.c     static int64_t get_server_clock(HTTPContext *c)
HTTPContext      2101 ffserver.c     static int64_t get_packet_send_clock(HTTPContext *c)
HTTPContext      2116 ffserver.c     static int http_prepare_data(HTTPContext *c)
HTTPContext      2347 ffserver.c     static int http_send_data(HTTPContext *c)
HTTPContext      2390 ffserver.c                         HTTPContext *rtsp_c;
HTTPContext      2467 ffserver.c     static int http_start_receive_data(HTTPContext *c)
HTTPContext      2529 ffserver.c     static int http_receive_data(HTTPContext *c)
HTTPContext      2531 ffserver.c         HTTPContext *c1;
HTTPContext      2690 ffserver.c     static void rtsp_reply_header(HTTPContext *c, enum RTSPStatusCode error_number)
HTTPContext      2711 ffserver.c     static void rtsp_reply_error(HTTPContext *c, enum RTSPStatusCode error_number)
HTTPContext      2717 ffserver.c     static int rtsp_parse_request(HTTPContext *c)
HTTPContext      2854 ffserver.c     static void rtsp_cmd_options(HTTPContext *c, const char *url)
HTTPContext      2864 ffserver.c     static void rtsp_cmd_describe(HTTPContext *c, const char *url)
HTTPContext      2911 ffserver.c     static HTTPContext *find_rtp_session(const char *session_id)
HTTPContext      2913 ffserver.c         HTTPContext *c;
HTTPContext      2938 ffserver.c     static void rtsp_cmd_setup(HTTPContext *c, const char *url,
HTTPContext      2946 ffserver.c         HTTPContext *rtp_c;
HTTPContext      3085 ffserver.c     static HTTPContext *find_rtp_session_with_url(const char *url,
HTTPContext      3088 ffserver.c         HTTPContext *rtp_c;
HTTPContext      3119 ffserver.c     static void rtsp_cmd_play(HTTPContext *c, const char *url, RTSPMessageHeader *h)
HTTPContext      3121 ffserver.c         HTTPContext *rtp_c;
HTTPContext      3145 ffserver.c     static void rtsp_cmd_interrupt(HTTPContext *c, const char *url,
HTTPContext      3148 ffserver.c         HTTPContext *rtp_c;
HTTPContext      3179 ffserver.c     static HTTPContext *rtp_new_connection(struct sockaddr_in *from_addr,
HTTPContext      3184 ffserver.c         HTTPContext *c = NULL;
HTTPContext      3193 ffserver.c         c = av_mallocz(sizeof(HTTPContext));
HTTPContext      3246 ffserver.c     static int rtp_new_av_stream(HTTPContext *c,
HTTPContext      3248 ffserver.c                                  HTTPContext *rtsp_c)
HTTPContext       100 libavformat/http.c #define OFFSET(x) offsetof(HTTPContext, x)
HTTPContext       137 libavformat/http.c     memcpy(&((HTTPContext *)dest->priv_data)->auth_state,
HTTPContext       138 libavformat/http.c            &((HTTPContext *)src->priv_data)->auth_state,
HTTPContext       140 libavformat/http.c     memcpy(&((HTTPContext *)dest->priv_data)->proxy_auth_state,
HTTPContext       141 libavformat/http.c            &((HTTPContext *)src->priv_data)->proxy_auth_state,
HTTPContext       153 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       209 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       264 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       300 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       328 libavformat/http.c static int http_getc(HTTPContext *s)
HTTPContext       345 libavformat/http.c static int http_get_line(HTTPContext *s, char *line, int line_size)
HTTPContext       371 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       384 libavformat/http.c static int parse_location(HTTPContext *s, const char *p)
HTTPContext       400 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       418 libavformat/http.c         HTTPContext *s = h->priv_data;
HTTPContext       447 libavformat/http.c static int parse_icy(HTTPContext *s, const char *tag, const char *p)
HTTPContext       469 libavformat/http.c static int parse_cookie(HTTPContext *s, const char *p, AVDictionary **cookies)
HTTPContext       509 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       599 libavformat/http.c static int get_cookies(HTTPContext *s, char **cookies, const char *path,
HTTPContext       706 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       740 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       894 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       921 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext       952 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1004 libavformat/http.c static void update_metadata(HTTPContext *s, char *data)
HTTPContext      1032 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1069 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1089 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1114 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1129 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1148 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1195 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1219 libavformat/http.c     .priv_data_size      = sizeof(HTTPContext),
HTTPContext      1237 libavformat/http.c     .priv_data_size      = sizeof(HTTPContext),
HTTPContext      1246 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1254 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1337 libavformat/http.c     HTTPContext *s = h->priv_data;
HTTPContext      1348 libavformat/http.c     .priv_data_size      = sizeof(HTTPContext),