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

  /external/curl/lib/
hostip4.c 141 char *sbufptr = NULL; local
148 sbufptr = sbuf;
151 (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 100 milliseconds