Searched refs:on_resolved (Results 1 – 2 of 2) sorted by relevance
/third_party/libuv/docs/code/dns/ |
D | main.c | 43 void on_resolved(uv_getaddrinfo_t *resolver, int status, struct addrinfo *res) { in on_resolved() function 73 int r = uv_getaddrinfo(loop, &resolver, on_resolved, "irc.libera.chat", "6667", &hints); in main()
|
/third_party/grpc/src/core/lib/http/ |
D | httpcli.cc | 219 static void on_resolved(void* arg, grpc_error* error) { in on_resolved() function 264 GRPC_CLOSURE_CREATE(on_resolved, req, grpc_schedule_on_exec_ctx), in internal_request_begin()
|