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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c122 static gchar *basic_authentication_encode (const gchar *user, const gchar *passwd, const gchar *header) function
465 auth = basic_authentication_encode(user, pass, "Authorization");
472 proxy_auth = basic_authentication_encode(flac_cfg.stream.proxy_user,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp.c80 static char *basic_authentication_encode (const char *, const char *);
428 basic_authentication_encode (user, passwd),
1633 proxyauth = basic_authentication_encode (proxy_user, proxy_passwd);
3105 basic_authentication_encode (const char *user, const char *passwd)
3288 return basic_authentication_encode (user, passwd);
3098 basic_authentication_encode (const char *user, const char *passwd) function

Completed in 303 milliseconds