HomeSort by relevance Sort by last modified time
    Searched refs:sbufptr (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
hostip4.c 142 char *sbufptr = NULL; local
149 sbufptr = sbuf;
152 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
hostip6.c 169 char *sbufptr = NULL; local
215 sbufptr = sbuf;
218 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res);

Completed in 115 milliseconds