Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip4.c141 char *sbufptr = NULL; local
148 sbufptr = sbuf;
151 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
Dhostip6.c169 char *sbufptr = NULL; in Curl_getaddrinfo() local
215 sbufptr=sbuf; in Curl_getaddrinfo()
218 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()