HomeSort by: relevance | last modified time | path
    Searched defs:cached_host (Results 1 - 1 of 1) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
ftp.c 104 static struct url cached_host; variable in typeref:struct:url
1030 && (strcmp(url->host, cached_host.host) == 0)
1031 && (strcmp(url->user, cached_host.user) == 0)
1032 && (strcmp(url->pwd, cached_host.pwd) == 0)
1033 && (url->port == cached_host.port));
1062 memcpy(&cached_host, url, sizeof(*url));

Completed in 12 milliseconds