Searched refs:sock_error (Results 1 – 1 of 1) sorted by relevance
166 int sock_error; member233 tsd->sock_error = CURL_ASYNC_SUCCESS; in init_thread_sync_data()255 rc = Curl_addrinfo_callback(conn, tsd->sock_error, tsd->res); in getaddrinfo_complete()285 tsd->sock_error = SOCKERRNO?SOCKERRNO:rc; in getaddrinfo_thread()286 if(tsd->sock_error == 0) in getaddrinfo_thread()287 tsd->sock_error = RESOLVER_ENOMEM; in getaddrinfo_thread()321 tsd->sock_error = SOCKERRNO; in gethostbyname_thread()322 if(tsd->sock_error == 0) in gethostbyname_thread()323 tsd->sock_error = RESOLVER_ENOMEM; in gethostbyname_thread()