Searched refs:hbuf (Results 1 – 1 of 1) sorted by relevance
859 char hbuf[NI_MAXHOST]; in ftp_state_use_port() local961 ipstr, hbuf, sizeof(hbuf))) { in ftp_state_use_port()969 host = hbuf; /* use the hbuf for hostname */ in ftp_state_use_port()991 r = Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port()995 r = Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port()1001 host = hbuf; /* use this hostname */ in ftp_state_use_port()
Completed in 10 milliseconds