Searched refs:proxy_auth_state (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c50 HTTPAuthState proxy_auth_state; member in struct:__anon2155
83 memcpy(&((HTTPContext*)dest->priv_data)->proxy_auth_state,
84 &((HTTPContext*)src->priv_data)->proxy_auth_state,
157 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE) {
262 (s->http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) {
304 ff_http_auth_handle_header(&s->proxy_auth_state, tag, p);
340 proxyauthstr = ff_http_auth_create_response(&s->proxy_auth_state, proxyauth,
622 authstr = ff_http_auth_create_response(&s->proxy_auth_state, auth,
642 cur_auth_type = s->proxy_auth_state.auth_type;
669 s->proxy_auth_state
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c57 HTTPAuthState proxy_auth_state; member in struct:__anon3501
140 memcpy(&((HTTPContext*)dest->priv_data)->proxy_auth_state,
141 &((HTTPContext*)src->priv_data)->proxy_auth_state,
216 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) &&
217 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) {
339 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) {
487 ff_http_auth_handle_header(&s->proxy_auth_state, tag, p);
690 proxyauthstr = ff_http_auth_create_response(&s->proxy_auth_state, proxyauth,
1170 authstr = ff_http_auth_create_response(&s->proxy_auth_state, auth,
1190 cur_auth_type = s->proxy_auth_state
[all...]

Completed in 65 milliseconds