Home
last modified time | relevance | path

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

/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dcgi.c947 char *socks_type = NULL; in error_response() local
982 socks_type = "socks4-"; in error_response()
985 socks_type = "socks4a-"; in error_response()
988 socks_type = "socks5-"; in error_response()
991 socks_type = "socks5t-"; in error_response()
994 socks_type = "webserver-"; in error_response()
1000 if (!err) err = map(exports, "forwarding-type", 1, socks_type, 1); in error_response()
H A Dcgisimple.c1803 char *socks_type = NULL; in cgi_show_url_info() local
1808 socks_type = "socks4"; in cgi_show_url_info()
1811 socks_type = "socks4a"; in cgi_show_url_info()
1814 socks_type = "socks5"; in cgi_show_url_info()
1817 socks_type = "socks5t"; in cgi_show_url_info()
1823 if (!err) err = map(exports, "socks-type", 1, socks_type, 1); in cgi_show_url_info()
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dprefs_account.h177 gint socks_type; member
H A Dprefs_account.c136 {"socks_type", "1", &tmp_ac_prefs.socks_type, P_ENUM},
H A Dnews.c259 …socks_info = socks_info_new(ac->socks_type, ac->proxy_host, ac->proxy_port, ac->use_proxy_auth ? a… in news_session_new_for_folder()
H A Dimap.c727 …socks_info = socks_info_new(account->socks_type, account->proxy_host, account->proxy_port, account… in imap_session_connect()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/neon/
H A Dneon.cc561 ne_sock_sversion socks_type = NE_SOCK_SOCKSV4A; in open_handle() local
580 socks_type = aud_get_int ("socks_type") == 0 ? NE_SOCK_SOCKSV4A : NE_SOCK_SOCKSV5; in open_handle()
619 … ne_session_socks_proxy (m_session, socks_type, proxy_host, proxy_port, proxy_user, proxy_pass); in open_handle()
/dports/www/youtube_dl/youtube-dl/youtube_dl/
H A Dutils.py2678 socks_type = ProxyType.SOCKS5
2680 socks_type = ProxyType.SOCKS4
2682 socks_type = ProxyType.SOCKS4A
2690 socks_type,
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A Dutils.py1335 socks_type = ProxyType.SOCKS5
1337 socks_type = ProxyType.SOCKS4
1339 socks_type = ProxyType.SOCKS4A
1347 socks_type,
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dsend_message.c744 socks_info = socks_info_new(ac_prefs->socks_type, in send_message_smtp()
H A Drpop3.c530 …socks_info = socks_info_new(ac->socks_type, ac->proxy_host, ac->proxy_port, ac->use_proxy_auth ? a… in rpop3_start()
H A Dinc.c1073 …socks_info = socks_info_new(ac->socks_type, ac->proxy_host, ac->proxy_port, ac->use_proxy_auth ? a… in inc_pop3_session_do()