Home
last modified time | relevance | path

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

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/test/
H A Dtest-thread.c29 struct getaddrinfo_req { struct
50 static void getaddrinfo_do(struct getaddrinfo_req* req); argument
61 static void getaddrinfo_do(struct getaddrinfo_req* req) { in getaddrinfo_do()
77 struct getaddrinfo_req* req; in getaddrinfo_cb()
81 req = container_of(handle, struct getaddrinfo_req, handle); in getaddrinfo_cb()
108 struct getaddrinfo_req getaddrinfo_reqs[16]; in do_work()
119 struct getaddrinfo_req* req = getaddrinfo_reqs + i; in do_work()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-thread.c29 struct getaddrinfo_req { struct
50 static void getaddrinfo_do(struct getaddrinfo_req* req); argument
61 static void getaddrinfo_do(struct getaddrinfo_req* req) { in getaddrinfo_do()
77 struct getaddrinfo_req* req; in getaddrinfo_cb()
81 req = container_of(handle, struct getaddrinfo_req, handle); in getaddrinfo_cb()
108 struct getaddrinfo_req getaddrinfo_reqs[4]; in do_work()
117 struct getaddrinfo_req* req = getaddrinfo_reqs + i; in do_work()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-thread.c33 struct getaddrinfo_req { struct
54 static void getaddrinfo_do(struct getaddrinfo_req* req); argument
65 static void getaddrinfo_do(struct getaddrinfo_req* req) { in getaddrinfo_do()
85 struct getaddrinfo_req* req; in getaddrinfo_cb()
89 req = container_of(handle, struct getaddrinfo_req, handle); in getaddrinfo_cb()
116 struct getaddrinfo_req getaddrinfo_reqs[4]; in do_work()
125 struct getaddrinfo_req* req = getaddrinfo_reqs + i; in do_work()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-thread.c33 struct getaddrinfo_req { struct
54 static void getaddrinfo_do(struct getaddrinfo_req* req); argument
65 static void getaddrinfo_do(struct getaddrinfo_req* req) { in getaddrinfo_do()
85 struct getaddrinfo_req* req; in getaddrinfo_cb()
89 req = container_of(handle, struct getaddrinfo_req, handle); in getaddrinfo_cb()
116 struct getaddrinfo_req getaddrinfo_reqs[4]; in do_work()
125 struct getaddrinfo_req* req = getaddrinfo_reqs + i; in do_work()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-thread.c33 struct getaddrinfo_req { struct
54 static void getaddrinfo_do(struct getaddrinfo_req* req); argument
65 static void getaddrinfo_do(struct getaddrinfo_req* req) { in getaddrinfo_do()
81 struct getaddrinfo_req* req; in getaddrinfo_cb()
85 req = container_of(handle, struct getaddrinfo_req, handle); in getaddrinfo_cb()
112 struct getaddrinfo_req getaddrinfo_reqs[4]; in do_work()
121 struct getaddrinfo_req* req = getaddrinfo_reqs + i; in do_work()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/samples/socks5-proxy/
H A Dserver.c32 uv_getaddrinfo_t getaddrinfo_req; member
60 &state.getaddrinfo_req, in server_run()
101 state = CONTAINER_OF(req, server_state, getaddrinfo_req); in do_bind()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/samples/socks5-proxy/
H A Dserver.c32 uv_getaddrinfo_t getaddrinfo_req; member
60 &state.getaddrinfo_req, in server_run()
101 state = CONTAINER_OF(req, server_state, getaddrinfo_req); in do_bind()