Lines Matching refs:auth
164 { "none", "No auth method set, autodetect", 0, AV_OPT_TYPE_CONST, { .i64 = HTTP_AUTH_NONE }, 0, 0, D | E, "auth_type"},
185 const char *hoststr, const char *auth,
206 char auth[1024], proxyauth[1024] = "";
212 av_url_split(proto, sizeof(proto), auth, sizeof(auth),
254 /* Reassemble the request URL without auth string - we don't
255 * want to leak the auth to the proxy. */
274 h, path, local_path, hoststr, auth, proxyauth);
437 * might use a different auth mechanism. */
1400 const char *hoststr, const char *auth,
1428 authstr = ff_http_auth_create_response(&s->auth_state, auth,
1438 /* The user has supplied authentication but we don't know the auth type,
1440 * WWW-Authenticate header, or an 100 continue if no auth actually
1442 if (auth && *auth &&
2048 char auth[1024], pathbuf[1024], *path;
2059 av_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port,
2075 authstr = ff_http_auth_create_response(&s->proxy_auth_state, auth,