Home
last modified time | relevance | path

Searched refs:decoded_auth (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttpauth.c258 char *ptr, *decoded_auth = ff_urldecode(auth, 0); in ff_http_auth_create_response() local
260 if (!decoded_auth) in ff_http_auth_create_response()
263 auth_b64_len = AV_BASE64_SIZE(strlen(decoded_auth)); in ff_http_auth_create_response()
268 av_free(decoded_auth); in ff_http_auth_create_response()
274 av_base64_encode(ptr, auth_b64_len, decoded_auth, strlen(decoded_auth)); in ff_http_auth_create_response()
276 av_free(decoded_auth); in ff_http_auth_create_response()