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,
528 static void host_callback(void *arg, int status, int timeouts, in host_callback() function
744 ares_query(hquery->channel, s, C_IN, T_A, host_callback, hquery); in next_dns_lookup()
748 ares_query(hquery->channel, s, C_IN, T_AAAA, host_callback, hquery); in next_dns_lookup()
752 ares_query(hquery->channel, s, C_IN, T_A, host_callback, hquery); in next_dns_lookup()
753 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/
DCHANGES3411 - host_callback: Fall back to AF_INET on searching with AF_UNSPEC
3414 first AF_INET6 call only returned CNAMEs, the host_callback never