Home
last modified time | relevance | path

Searched refs:store_netrc (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dnetrc.h31 struct store_netrc { struct
37 void Curl_netrc_init(struct store_netrc *s); argument
38 void Curl_netrc_cleanup(struct store_netrc *s);
41 int Curl_parsenetrc(struct store_netrc *s, const char *host, char **loginp,
H A Dnetrc.c98 static int parsenetrc(struct store_netrc *store, in parsenetrc()
340 int Curl_parsenetrc(struct store_netrc *store, const char *host, in Curl_parsenetrc()
411 void Curl_netrc_init(struct store_netrc *s) in Curl_netrc_init()
416 void Curl_netrc_cleanup(struct store_netrc *s) in Curl_netrc_cleanup()
H A Durldata.h1322 struct store_netrc netrc;
/curl/tests/unit/
H A Dunit1304.c49 struct store_netrc store;

Completed in 14 milliseconds