Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
HDcommon.h111 int fetch_socks5_getenv(char **host, int *port);
HDcommon.c526 fetch_socks5_getenv(char **host, int *port) in fetch_socks5_getenv() function
604 if (!fetch_socks5_getenv(&sockshost, &socksport)) in fetch_connect()