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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c54 } HTTPContext; typedef in typeref:struct:__anon2155
56 #define OFFSET(x) offsetof(HTTPContext, x)
81 memcpy(&((HTTPContext*)dest->priv_data)->auth_state,
82 &((HTTPContext*)src->priv_data)->auth_state, sizeof(HTTPAuthState));
83 memcpy(&((HTTPContext*)dest->priv_data)->proxy_auth_state,
84 &((HTTPContext*)src->priv_data)->proxy_auth_state,
98 HTTPContext *s = h->priv_data;
182 HTTPContext *s = h->priv_data;
197 static int http_getc(HTTPContext *s)
214 static int http_get_line(HTTPContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c92 } HTTPContext; typedef in typeref:struct:__anon3501
94 #define OFFSET(x) offsetof(HTTPContext, x)
138 memcpy(&((HTTPContext*)dest->priv_data)->auth_state,
139 &((HTTPContext*)src->priv_data)->auth_state, sizeof(HTTPAuthState));
140 memcpy(&((HTTPContext*)dest->priv_data)->proxy_auth_state,
141 &((HTTPContext*)src->priv_data)->proxy_auth_state,
155 HTTPContext *s = h->priv_data;
245 HTTPContext *s = h->priv_data;
265 HTTPContext *s = h->priv_data;
291 static int http_getc(HTTPContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c118 typedef struct HTTPContext { struct
129 struct HTTPContext *next;
178 struct HTTPContext *rtsp_c;
180 } HTTPContext; typedef in typeref:struct:HTTPContext
261 static HTTPContext *first_http_ctx;
266 static void close_connection(HTTPContext *c);
269 static int handle_connection(HTTPContext *c);
270 static int http_parse_request(HTTPContext *c);
271 static int http_send_data(HTTPContext *c);
272 static void compute_status(HTTPContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c131 typedef struct HTTPContext { struct
142 struct HTTPContext *next;
191 struct HTTPContext *rtsp_c;
193 } HTTPContext; typedef in typeref:struct:HTTPContext
271 static HTTPContext *first_http_ctx;
276 static void close_connection(HTTPContext *c);
279 static int handle_connection(HTTPContext *c);
280 static int http_parse_request(HTTPContext *c);
281 static int http_send_data(HTTPContext *c);
282 static void compute_status(HTTPContext *
[all...]

Completed in 118 milliseconds