Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dhttp.c122 static gchar *basic_authentication_encode (const gchar *user, const gchar *passwd, const gchar *hea… in basic_authentication_encode() function
465 auth = basic_authentication_encode(user, pass, "Authorization"); in http_connect()
472 proxy_auth = basic_authentication_encode(flac_cfg.stream.proxy_user, in http_connect()