Home
last modified time | relevance | path

Searched refs:Curl_gethostname (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcurl_gethostname.h29 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen);
Dcurl_gethostname.c51 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) in Curl_gethostname() function
Dsmtp.c1542 if(!Curl_gethostname(localhost, sizeof(localhost))) in smtp_parse_url_path()
/external/curl/tests/libtest/
Dchkhostname.c36 if(Curl_gethostname(buff, HOSTNAME_MAX)) { in main()
/external/curl/lib/vauth/
Dntlm.c547 if(Curl_gethostname(host, sizeof(host))) { in Curl_auth_create_ntlm_type3_message()