Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_gethostname.h31 int Curl_gethostname(char * const name, GETHOSTNAME_TYPE_ARG2 namelen);
Dcurl_gethostname.c44 int Curl_gethostname(char * const name, GETHOSTNAME_TYPE_ARG2 namelen) in Curl_gethostname() function
Dsmtp.c1686 if(!Curl_gethostname(localhost, sizeof(localhost))) in smtp_parse_url_path()