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

/freebsd-13-stable/lib/libfetch/
H A Dcommon.h111 int fetch_socks5_getenv(char **host, int *port);
H A Dcommon.c526 fetch_socks5_getenv(char **host, int *port) function
600 * Check if SOCKS5_PROXY env variable is set. fetch_socks5_getenv
604 if (!fetch_socks5_getenv(&sockshost, &socksport))

Completed in 58 milliseconds