Home | History | Annotate | Download | only in lib

Lines Matching refs:localhost

1506   char localhost[HOSTNAME_MAX + 1];
1510 if(!Curl_gethostname(localhost, sizeof(localhost)))
1511 path = localhost;
1513 path = "localhost";