Lines Matching defs:host
59 static int parsenetrc(const char *host,
178 retcode = NETRC_SUCCESS; /* we did find our host */
187 if(strcasecompare(host, tok)) {
188 /* and yes, this is our host! */
190 retcode = NETRC_SUCCESS; /* we did find our host */
193 /* not our host */
197 /* we are now parsing sub-keywords concerning "our" host */
279 int Curl_parsenetrc(const char *host, char **loginp, char **passwordp,
328 retcode = parsenetrc(host, loginp, passwordp, filealloc);
338 retcode = parsenetrc(host, loginp, passwordp, filealloc);
345 retcode = parsenetrc(host, loginp, passwordp, netrcfile);