Home
last modified time | relevance | path

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

/external/curl/lib/
Dasyn-thread.c161 int sock_error; member
226 tsd->sock_error = CURL_ASYNC_SUCCESS; in init_thread_sync_data()
248 rc = Curl_addrinfo_callback(conn, tsd->sock_error, tsd->res); in getaddrinfo_complete()
278 tsd->sock_error = SOCKERRNO?SOCKERRNO:rc; in getaddrinfo_thread()
279 if(tsd->sock_error == 0) in getaddrinfo_thread()
280 tsd->sock_error = RESOLVER_ENOMEM; in getaddrinfo_thread()
314 tsd->sock_error = SOCKERRNO; in gethostbyname_thread()
315 if(tsd->sock_error == 0) in gethostbyname_thread()
316 tsd->sock_error = RESOLVER_ENOMEM; in gethostbyname_thread()