Searched refs:HTTPContext (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dhttp.c48 } HTTPContext; typedef in typeref:struct:__anon1408
65 HTTPContext *s = h->priv_data;
125 HTTPContext *s;
130 s = av_malloc(sizeof(HTTPContext));
146 static int http_getc(HTTPContext *s)
163 static int http_get_line(HTTPContext *s, char *line, int line_size)
190 HTTPContext *s = h->priv_data;
252 HTTPContext *s = h->priv_data;
318 HTTPContext *s = h->priv_data;
366 HTTPContext *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dhttp.c48 } HTTPContext; typedef in typeref:struct:__anon2313
65 HTTPContext *s = h->priv_data;
125 HTTPContext *s;
130 s = av_malloc(sizeof(HTTPContext));
146 static int http_getc(HTTPContext *s)
163 static int http_get_line(HTTPContext *s, char *line, int line_size)
190 HTTPContext *s = h->priv_data;
252 HTTPContext *s = h->priv_data;
318 HTTPContext *s = h->priv_data;
366 HTTPContext *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dhttp.c48 } HTTPContext; typedef in typeref:struct:__anon36338
65 HTTPContext *s = h->priv_data;
125 HTTPContext *s;
130 s = av_malloc(sizeof(HTTPContext));
146 static int http_getc(HTTPContext *s)
163 static int http_get_line(HTTPContext *s, char *line, int line_size)
190 HTTPContext *s = h->priv_data;
252 HTTPContext *s = h->priv_data;
318 HTTPContext *s = h->priv_data;
366 HTTPContext *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c113 typedef struct HTTPContext { struct
124 struct HTTPContext *next;
173 struct HTTPContext *rtsp_c;
175 } HTTPContext; typedef in typeref:struct:HTTPContext
256 static HTTPContext *first_http_ctx;
261 static void close_connection(HTTPContext *c);
264 static int handle_connection(HTTPContext *c);
265 static int http_parse_request(HTTPContext *c);
266 static int http_send_data(HTTPContext *c);
267 static void compute_status(HTTPContext *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c113 typedef struct HTTPContext { struct
124 struct HTTPContext *next;
173 struct HTTPContext *rtsp_c;
175 } HTTPContext; typedef in typeref:struct:HTTPContext
256 static HTTPContext *first_http_ctx;
261 static void close_connection(HTTPContext *c);
264 static int handle_connection(HTTPContext *c);
265 static int http_parse_request(HTTPContext *c);
266 static int http_send_data(HTTPContext *c);
267 static void compute_status(HTTPContext *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c113 typedef struct HTTPContext { struct
124 struct HTTPContext *next;
173 struct HTTPContext *rtsp_c;
175 } HTTPContext; typedef in typeref:struct:HTTPContext
256 static HTTPContext *first_http_ctx;
261 static void close_connection(HTTPContext *c);
264 static int handle_connection(HTTPContext *c);
265 static int http_parse_request(HTTPContext *c);
266 static int http_send_data(HTTPContext *c);
267 static void compute_status(HTTPContext *
[all...]

Completed in 93 milliseconds