Home
last modified time | relevance | path

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

/curl/lib/
H A Dasyn-thread.c159 int sock_error; member
243 tsd->sock_error = CURL_ASYNC_SUCCESS; in init_thread_sync_data()
270 result = Curl_addrinfo_callback(data, tsd->sock_error, tsd->res); in getaddrinfo_complete()
314 tsd->sock_error = SOCKERRNO ? SOCKERRNO : rc; in getaddrinfo_thread()
315 if(tsd->sock_error == 0) in getaddrinfo_thread()
316 tsd->sock_error = RESOLVER_ENOMEM; in getaddrinfo_thread()
340 tsd->sock_error = SOCKERRNO; in getaddrinfo_thread()
370 tsd->sock_error = SOCKERRNO; in gethostbyname_thread()
371 if(tsd->sock_error == 0) in gethostbyname_thread()
372 tsd->sock_error = RESOLVER_ENOMEM; in gethostbyname_thread()

Completed in 5 milliseconds