Searched refs:auth_b64_len (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.c257 int auth_b64_len, len; local
263 auth_b64_len = AV_BASE64_SIZE(strlen(decoded_auth));
264 len = auth_b64_len + 30;
274 av_base64_encode(ptr, auth_b64_len, decoded_auth, strlen(decoded_auth));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.c244 int auth_b64_len = AV_BASE64_SIZE(strlen(auth)); local
245 int len = auth_b64_len + 30;
252 av_base64_encode(ptr, auth_b64_len, auth, strlen(auth));

Completed in 563 milliseconds