Searched refs:Curl_gethostname (Results 1 – 7 of 7) sorted by relevance
29 int Curl_gethostname(char * const name, GETHOSTNAME_TYPE_ARG2 namelen);
51 int Curl_gethostname(char * const name, GETHOSTNAME_TYPE_ARG2 namelen) in Curl_gethostname() function
1688 if(!Curl_gethostname(localhost, sizeof(localhost))) in smtp_parse_url_path()
36 if(Curl_gethostname(buff, HOSTNAME_MAX)) { in main()
559 if(Curl_gethostname(host, sizeof(host))) { in Curl_auth_create_ntlm_type3_message()
94 o lib: make Curl_gethostname accept a const pointer [38]
1451 lib: make Curl_gethostname accept a const pointer