Home
last modified time | relevance | path

Searched refs:HTTP_AUTH_NONE (Results 1 – 25 of 52) sorted by relevance

123

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dproxy.c324 int ret = HTTP_AUTH_NONE; in get_proxy_authenticate()
331 return HTTP_AUTH_NONE; in get_proxy_authenticate()
338 if (ret == HTTP_AUTH_NONE && !strncmp(buf, "Proxy-Authenticate: ", 20)) in get_proxy_authenticate()
508 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
513 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
686 case HTTP_AUTH_NONE: in establish_http_proxy_passthru()
997 if (method != HTTP_AUTH_NONE) in establish_http_proxy_passthru()
H A Dproxy.h31 #define HTTP_AUTH_NONE 0 macro
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dproxy.c324 int ret = HTTP_AUTH_NONE; in get_proxy_authenticate()
331 return HTTP_AUTH_NONE; in get_proxy_authenticate()
338 if (ret == HTTP_AUTH_NONE && !strncmp(buf, "Proxy-Authenticate: ", 20)) in get_proxy_authenticate()
511 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
516 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
689 case HTTP_AUTH_NONE: in establish_http_proxy_passthru()
1000 if (method != HTTP_AUTH_NONE) in establish_http_proxy_passthru()
H A Dproxy.h31 #define HTTP_AUTH_NONE 0 macro
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dproxy.c324 int ret = HTTP_AUTH_NONE; in get_proxy_authenticate()
331 return HTTP_AUTH_NONE; in get_proxy_authenticate()
338 if (ret == HTTP_AUTH_NONE && !strncmp(buf, "Proxy-Authenticate: ", 20)) in get_proxy_authenticate()
511 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
516 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
689 case HTTP_AUTH_NONE: in establish_http_proxy_passthru()
1000 if (method != HTTP_AUTH_NONE) in establish_http_proxy_passthru()
H A Dproxy.h31 #define HTTP_AUTH_NONE 0 macro
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dhttp.c122 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP…
123 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,…
223 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
224 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
231 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
232 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
357 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
358 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
720 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()
1266 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
[all …]
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dhttp.c122 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP…
123 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,…
223 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
224 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
231 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
232 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
357 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
358 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
720 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()
1266 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
[all …]
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dauthinfo.c57 if(type == HTTP_AUTH_NONE) in authinfo_get_type()
61 type = HTTP_AUTH_NONE; in authinfo_get_type()
208 if(ap->type == HTTP_AUTH_NONE) in authinfo_load()
H A Dhttp.h65 HTTP_AUTH_NONE = 0, enumerator
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
H A Dhttp.c156 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP…
157 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,…
338 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
339 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
346 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
347 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
727 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
728 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
1321 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()
1975 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
H A Dhttp.c155 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP…
156 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,…
268 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
269 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
276 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
277 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
634 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
635 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
1189 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()
1859 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
H A Dhttp.c156 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP…
157 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,…
338 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
339 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
346 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
347 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
727 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
728 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
1321 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()
1975 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
H A Dhttp.c157 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP…
158 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,…
279 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
280 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
287 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
288 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
667 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
668 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
1257 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()
1916 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dhttpauth.h29 HTTP_AUTH_NONE = 0, /**< No authentication specified */ enumerator
H A Dhttp.c157 …e", OFFSET(auth_state.auth_type), AV_OPT_TYPE_INT, { .i64 = HTTP_AUTH_NONE }, HTTP_AUTH_NONE, HTTP…
158 …{ "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0,…
279 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
280 s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
287 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
288 s->proxy_auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) { in http_open_cnx()
668 (http_code != 401 || s->auth_state.auth_type != HTTP_AUTH_NONE) && in check_http_code()
669 (http_code != 407 || s->proxy_auth_state.auth_type != HTTP_AUTH_NONE)) { in check_http_code()
1262 s->auth_state.auth_type == HTTP_AUTH_NONE && in http_connect()
1921 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_rest/
H A Drest.h84 HTTP_AUTH_NONE, enumerator
/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/http-core/
H A Dhttp.h178 HTTP_AUTH_NONE, /* No authentication in use */ enumerator
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dhttp.h121 HTTP_AUTH_NONE, /* No authentication in use */ enumerator

123