Home
last modified time | relevance | path

Searched refs:host_callback (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_getaddrinfo.c110 static void host_callback(void *arg, int status, int timeouts,
566 static void host_callback(void *arg, int status, int timeouts, in host_callback() function
797 ares_query(hquery->channel, s, C_IN, T_A, host_callback, hquery); in next_dns_lookup()
801 ares_query(hquery->channel, s, C_IN, T_AAAA, host_callback, hquery); in next_dns_lookup()
805 ares_query(hquery->channel, s, C_IN, T_A, host_callback, hquery); in next_dns_lookup()
806 ares_query(hquery->channel, s, C_IN, T_AAAA, host_callback, hquery); in next_dns_lookup()
/third_party/cef/libcef/browser/
Dfile_dialog_manager.cc229 CefFileDialogRunner::RunFileChooserCallback host_callback = in RunFileChooser() local
232 RunFileChooserInternal(params, std::move(host_callback)); in RunFileChooser()
/third_party/node/deps/cares/
DCHANGES4081 - host_callback: Fall back to AF_INET on searching with AF_UNSPEC
4084 first AF_INET6 call only returned CNAMEs, the host_callback never