• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/

Lines Matching refs:HTTPContext

92 } HTTPContext;
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 *s)
308 static int http_get_line(HTTPContext *s, char *line, int line_size)
334 HTTPContext *s = h->priv_data;
347 static int parse_location(HTTPContext *s, const char *p)
363 HTTPContext *s = h->priv_data;
378 HTTPContext *s = h->priv_data;
410 static int parse_icy(HTTPContext *s, const char *tag, const char *p)
433 HTTPContext *s = h->priv_data;
534 static int get_cookies(HTTPContext *s, char **cookies, const char *path,
637 HTTPContext *s = h->priv_data;
667 HTTPContext *s = h->priv_data;
821 HTTPContext *s = h->priv_data;
847 HTTPContext *s = h->priv_data;
877 HTTPContext *s = h->priv_data;
930 HTTPContext *s = h->priv_data;
966 HTTPContext *s = h->priv_data;
986 HTTPContext *s = h->priv_data;
1011 HTTPContext *s = h->priv_data;
1026 HTTPContext *s = h->priv_data;
1046 HTTPContext *s = h->priv_data;
1095 HTTPContext *s = h->priv_data;
1109 .priv_data_size = sizeof(HTTPContext),
1124 .priv_data_size = sizeof(HTTPContext),
1133 HTTPContext *s = h->priv_data;
1141 HTTPContext *s = h->priv_data;
1224 HTTPContext *s = h->priv_data;
1235 .priv_data_size = sizeof(HTTPContext),