Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1035 char hbuf[NI_MAXHOST]; in ftp_state_use_port() local
1137 ipstr, hbuf, sizeof(hbuf))) { in ftp_state_use_port()
1145 host = hbuf; /* use the hbuf for host name */ in ftp_state_use_port()
1167 r = Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port()
1171 r = Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port()
1177 host = hbuf; /* use this host name */ in ftp_state_use_port()

Completed in 16 milliseconds