uv_getaddrinfo_t  213 include/uv.h   typedef struct uv_getaddrinfo_s uv_getaddrinfo_t;
uv_getaddrinfo_t  392 include/uv.h   typedef void (*uv_getaddrinfo_cb)(uv_getaddrinfo_t* req,
uv_getaddrinfo_t 1336 include/uv.h                                uv_getaddrinfo_t* req,
uv_getaddrinfo_t   31 src/unix/getaddrinfo.c   uv_getaddrinfo_t* req;
uv_getaddrinfo_t   34 src/unix/getaddrinfo.c   req = container_of(w, uv_getaddrinfo_t, work_req);
uv_getaddrinfo_t   41 src/unix/getaddrinfo.c   uv_getaddrinfo_t* req;
uv_getaddrinfo_t   44 src/unix/getaddrinfo.c   req = container_of(w, uv_getaddrinfo_t, work_req);
uv_getaddrinfo_t   74 src/unix/getaddrinfo.c                    uv_getaddrinfo_t* req,
uv_getaddrinfo_t  268 src/unix/threadpool.c     loop =  ((uv_getaddrinfo_t*) req)->loop;
uv_getaddrinfo_t  269 src/unix/threadpool.c     wreq = &((uv_getaddrinfo_t*) req)->work_req;
uv_getaddrinfo_t   61 src/win/getaddrinfo.c   uv_getaddrinfo_t* req = (uv_getaddrinfo_t*) parameter;
uv_getaddrinfo_t   90 src/win/getaddrinfo.c void uv_process_getaddrinfo_req(uv_loop_t* loop, uv_getaddrinfo_t* req) {
uv_getaddrinfo_t  227 src/win/getaddrinfo.c                    uv_getaddrinfo_t* req,
uv_getaddrinfo_t  271 src/win/internal.h void uv_process_getaddrinfo_req(uv_loop_t* loop, uv_getaddrinfo_t* req);
uv_getaddrinfo_t  199 src/win/req-inl.h         uv_process_getaddrinfo_req(loop, (uv_getaddrinfo_t*) req);
uv_getaddrinfo_t   33 test/benchmark-getaddrinfo.c static uv_getaddrinfo_t handles[CONCURRENT_CALLS];
uv_getaddrinfo_t   41 test/benchmark-getaddrinfo.c static void getaddrinfo_initiate(uv_getaddrinfo_t* handle);
uv_getaddrinfo_t   44 test/benchmark-getaddrinfo.c static void getaddrinfo_cb(uv_getaddrinfo_t* handle, int status,
uv_getaddrinfo_t   56 test/benchmark-getaddrinfo.c static void getaddrinfo_initiate(uv_getaddrinfo_t* handle) {
uv_getaddrinfo_t   33 test/test-getaddrinfo.c static uv_getaddrinfo_t* getaddrinfo_handle;
uv_getaddrinfo_t   34 test/test-getaddrinfo.c static uv_getaddrinfo_t getaddrinfo_handles[CONCURRENT_COUNT];
uv_getaddrinfo_t   39 test/test-getaddrinfo.c static void getaddrinfo_fail_cb(uv_getaddrinfo_t* req,
uv_getaddrinfo_t   50 test/test-getaddrinfo.c static void getaddrinfo_basic_cb(uv_getaddrinfo_t* handle,
uv_getaddrinfo_t   60 test/test-getaddrinfo.c static void getaddrinfo_cuncurrent_cb(uv_getaddrinfo_t* handle,
uv_getaddrinfo_t   84 test/test-getaddrinfo.c   uv_getaddrinfo_t req;
uv_getaddrinfo_t  102 test/test-getaddrinfo.c   getaddrinfo_handle = (uv_getaddrinfo_t*)malloc(sizeof(uv_getaddrinfo_t));
uv_getaddrinfo_t   33 test/test-thread.c   uv_getaddrinfo_t handle;
uv_getaddrinfo_t   51 test/test-thread.c static void getaddrinfo_cb(uv_getaddrinfo_t* handle,
uv_getaddrinfo_t   73 test/test-thread.c static void getaddrinfo_cb(uv_getaddrinfo_t* handle,
uv_getaddrinfo_t  120 test/test-threadpool-cancel.c static void getaddrinfo_cb(uv_getaddrinfo_t* req,
uv_getaddrinfo_t  169 test/test-threadpool-cancel.c   uv_getaddrinfo_t reqs[4];