Go to the source code of this file.
Functions | |
| int | Curl_parsenetrc (char *host, char *login, char *password, char *filename) |
| int Curl_parsenetrc | ( | char * | host, | |
| char * | login, | |||
| char * | password, | |||
| char * | filename | |||
| ) |
Definition at line 75 of file netrc.c.
References curl_getenv(), curl_maprintf(), DIR_CHAR, FALSE, free, HOSTFOUND, HOSTVALID, LOGINSIZE, NETRC, NOTHING, NULL, PASSWORDSIZE, state(), strequal, strtok_r, and TRUE.
Referenced by CreateConnection().
1.5.6