HomeSort by: relevance | last modified time | path
    Searched refs:uv_getaddrinfo_t (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-getaddrinfo.c 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
    [all...]
benchmark-getaddrinfo.c 33 static uv_getaddrinfo_t handles[CONCURRENT_CALLS];
41 static void getaddrinfo_initiate(uv_getaddrinfo_t* handle);
44 static void getaddrinfo_cb(uv_getaddrinfo_t* handle, int status,
56 static void getaddrinfo_initiate(uv_getaddrinfo_t* handle) {
test-thread.c 37 uv_getaddrinfo_t handle;
55 static void getaddrinfo_cb(uv_getaddrinfo_t* handle,
78 static void getaddrinfo_cb(uv_getaddrinfo_t* handle,
test-metrics.c 300 static void fs_addrinfo_cb(uv_getaddrinfo_t* req,
315 uv_getaddrinfo_t addrinfo_req;
test-threadpool-cancel.c 133 static void getaddrinfo_cb(uv_getaddrinfo_t* req,
201 uv_getaddrinfo_t reqs[4];
  /src/external/mit/libuv/dist/docs/code/dns/
main.c 43 void on_resolved(uv_getaddrinfo_t *resolver, int status, struct addrinfo *res) {
71 uv_getaddrinfo_t resolver;
  /src/external/mit/libuv/dist/src/unix/
getaddrinfo.c 99 uv_getaddrinfo_t* req;
102 req = container_of(w, uv_getaddrinfo_t, work_req);
109 uv_getaddrinfo_t* req;
111 req = container_of(w, uv_getaddrinfo_t, work_req);
139 uv_getaddrinfo_t* req,
  /src/external/mit/libuv/dist/src/win/
getaddrinfo.c 83 uv_getaddrinfo_t* req;
87 req = container_of(w, uv_getaddrinfo_t, work_req);
105 uv_getaddrinfo_t* req = container_of(w, uv_getaddrinfo_t, work_req);
241 uv_getaddrinfo_t* req,
  /src/external/mit/libuv/dist/src/
threadpool.c 399 loop = ((uv_getaddrinfo_t*) req)->loop;
400 wreq = &((uv_getaddrinfo_t*) req)->work_req;
  /src/external/mit/libuv/dist/include/
uv.h 241 typedef struct uv_getaddrinfo_s uv_getaddrinfo_t; typedef in typeref:struct:uv_getaddrinfo_s
347 typedef void (*uv_getaddrinfo_cb)(uv_getaddrinfo_t* req,
983 * uv_getaddrinfo_t is a subclass of uv_req_t.
997 uv_getaddrinfo_t* req,
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 344 uv_getaddrinfo_t getaddrinfo;

Completed in 104 milliseconds