Home
last modified time | relevance | path

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

/external/curl/lib/
Dasyn-thread.c171 int sock_error; member
255 tsd->sock_error = CURL_ASYNC_SUCCESS; in init_thread_sync_data()
277 rc = Curl_addrinfo_callback(conn, tsd->sock_error, tsd->res); in getaddrinfo_complete()
310 tsd->sock_error = SOCKERRNO?SOCKERRNO:rc; in getaddrinfo_thread()
311 if(tsd->sock_error == 0) in getaddrinfo_thread()
312 tsd->sock_error = RESOLVER_ENOMEM; in getaddrinfo_thread()
332 tsd->sock_error = SOCKERRNO; in getaddrinfo_thread()
356 tsd->sock_error = SOCKERRNO; in gethostbyname_thread()
357 if(tsd->sock_error == 0) in gethostbyname_thread()
358 tsd->sock_error = RESOLVER_ENOMEM; in gethostbyname_thread()