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

  /external/curl/lib/
hostasyn.c 61 * or getaddrinfo_thread() when we got the name resolved (or not!).
asyn-thread.c 261 * getaddrinfo_thread() resolves a name and then exits.
266 static unsigned int CURL_STDCALL getaddrinfo_thread (void *arg) function
404 td->thread_hnd = Curl_thread_create(getaddrinfo_thread, &td->tsd);

Completed in 70 milliseconds