Lines Matching refs:uv_getaddrinfo_t
33 static uv_getaddrinfo_t* getaddrinfo_handle;
34 static uv_getaddrinfo_t getaddrinfo_handles[CONCURRENT_COUNT];
39 static void getaddrinfo_fail_cb(uv_getaddrinfo_t* req,
51 static void getaddrinfo_basic_cb(uv_getaddrinfo_t* handle,
61 static void getaddrinfo_cuncurrent_cb(uv_getaddrinfo_t* handle,
90 uv_getaddrinfo_t req;
119 uv_getaddrinfo_t req;
142 getaddrinfo_handle = (uv_getaddrinfo_t*)malloc(sizeof(uv_getaddrinfo_t));
166 uv_getaddrinfo_t req;