Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip6.c137 char *sbufptr = NULL; in Curl_getaddrinfo() local
183 sbufptr = sbuf; in Curl_getaddrinfo()
186 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()
Dhostip4.c142 char *sbufptr = NULL; local
149 sbufptr = sbuf;
152 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);