Searched refs:HTTP_AUTH_NONE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator in enum:HTTPAuthType
H A Dhttp.c149 if (cur_auth_type == HTTP_AUTH_NONE && s->auth_state.auth_type != HTTP_AUTH_NONE) {
156 if (cur_proxy_auth_type == HTTP_AUTH_NONE &&
157 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE) {
261 || s->auth_state.auth_type != HTTP_AUTH_NONE) &&
262 (s->http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) {
668 if (s->http_code == 407 && cur_auth_type == HTTP_AUTH_NONE &&
669 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE) {
H A Drtsp.c1087 if (reply->status_code == 401 && cur_auth_type == HTTP_AUTH_NONE &&
1088 rt->auth_state.auth_type != HTTP_AUTH_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator in enum:HTTPAuthType
H A Dhttp.c112 {"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" },
113 {"none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, {.i64 = HTTP_AUTH_NONE}, 0, 0, D|E, "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) {
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) {
338 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) &&
339 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) {
699 s->auth_state.auth_type == HTTP_AUTH_NONE
[all...]
H A Drtsp.c1324 (cur_auth_type == HTTP_AUTH_NONE || rt->auth_state.stale) &&
1325 rt->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproxy.h34 #define HTTP_AUTH_NONE 0 macro
H A Dproxy.c287 int ret = HTTP_AUTH_NONE;
293 return HTTP_AUTH_NONE;
298 if (ret == HTTP_AUTH_NONE && !strncmp(buf, "Proxy-Authenticate: ", 20))
453 p->auth_method = HTTP_AUTH_NONE;
457 p->auth_method = HTTP_AUTH_NONE;
551 case HTTP_AUTH_NONE:
826 if (method != HTTP_AUTH_NONE)

Completed in 152 milliseconds