Searched refs:auth_state (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c49 HTTPAuthState auth_state; member in struct:__anon2155
81 memcpy(&((HTTPContext*)dest->priv_data)->auth_state,
82 &((HTTPContext*)src->priv_data)->auth_state, sizeof(HTTPAuthState));
144 cur_auth_type = s->auth_state.auth_type;
145 cur_proxy_auth_type = s->auth_state.auth_type;
149 if (cur_auth_type == HTTP_AUTH_NONE && s->auth_state.auth_type != HTTP_AUTH_NONE) {
261 || s->auth_state.auth_type != HTTP_AUTH_NONE) &&
300 ff_http_auth_handle_header(&s->auth_state, tag, p);
302 ff_http_auth_handle_header(&s->auth_state, tag, p);
338 authstr = ff_http_auth_create_response(&s->auth_state, aut
[all...]
H A Drtsp.h262 HTTPAuthState auth_state; member in struct:RTSPState
H A Drtsp.c845 ff_http_auth_handle_header(&rt->auth_state, "WWW-Authenticate", p);
848 ff_http_auth_handle_header(&rt->auth_state, "Authentication-Info", p);
1019 char *str = ff_http_auth_create_response(&rt->auth_state,
1078 cur_auth_type = rt->auth_state.auth_type;
1088 rt->auth_state.auth_type != HTTP_AUTH_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-transport-socket.c146 DBusAuthState auth_state; local
148 auth_state = _dbus_auth_do_work (transport->auth);
154 if (auth_state == DBUS_AUTH_STATE_HAVE_BYTES_TO_SEND ||
155 auth_state == DBUS_AUTH_STATE_WAITING_FOR_MEMORY)
207 DBusAuthState auth_state; local
209 auth_state = _dbus_auth_do_work (transport->auth);
217 if (auth_state == DBUS_AUTH_STATE_WAITING_FOR_INPUT ||
218 auth_state == DBUS_AUTH_STATE_WAITING_FOR_MEMORY ||
219 auth_state == DBUS_AUTH_STATE_AUTHENTICATED)
1093 DBusAuthState auth_state; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c56 HTTPAuthState auth_state; member in struct:__anon3501
112 {"auth_type", "HTTP authentication type", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, {.i64 = HTTP_AUTH_NONE}, HTTP_AUTH_NONE, HTTP_AUTH_BASIC, D|E, "auth_type" },
138 memcpy(&((HTTPContext*)dest->priv_data)->auth_state,
139 &((HTTPContext*)src->priv_data)->auth_state, sizeof(HTTPAuthState));
202 cur_auth_type = s->auth_state.auth_type;
203 cur_proxy_auth_type = s->auth_state.auth_type;
208 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) &&
209 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) {
231 memset(&s->auth_state, 0, sizeof(s->auth_state));
[all...]
H A Drtsp.h275 HTTPAuthState auth_state; member in struct:RTSPState
H A Drtsp.c1028 ff_http_auth_handle_header(&rt->auth_state, "WWW-Authenticate", p);
1031 ff_http_auth_handle_header(&rt->auth_state, "Authentication-Info", p);
1254 char *str = ff_http_auth_create_response(&rt->auth_state,
1313 cur_auth_type = rt->auth_state.auth_type;
1324 (cur_auth_type == HTTP_AUTH_NONE || rt->auth_state.stale) &&
1325 rt->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 2)
H A Drtspdec.c878 rt->auth_state.stale) {
889 rt->auth_state.stale = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c144 static enum script_state auth_state = s_down; variable in typeref:enum:script_state
410 auth_state = s_down;
512 auth_state = s_up;
1901 if (auth_state == s_down) {
1907 if (auth_state == s_up) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c220 static enum script_state auth_state = s_down; variable in typeref:enum:script_state
689 if (auth_state != s_down) {
691 auth_state = s_down;
823 auth_state = s_up;
2543 if (auth_state == s_down) {
2549 if (auth_state == s_up) {

Completed in 149 milliseconds