Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 6 of 6) sorted by relevance

/libuv/src/win/
H A Dsignal.c81 uv_signal_t lookup; in RB_GENERATE_STATIC() local
89 lookup.signum = signum; in RB_GENERATE_STATIC()
90 lookup.loop = NULL; in RB_GENERATE_STATIC()
92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup); in RB_GENERATE_STATIC()
/libuv/src/unix/
H A Dsignal.c167 uv_signal_t lookup; in uv__signal_first_handle() local
170 lookup.signum = signum; in uv__signal_first_handle()
171 lookup.flags = 0; in uv__signal_first_handle()
172 lookup.loop = NULL; in uv__signal_first_handle()
174 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup); in uv__signal_first_handle()
/libuv/docs/src/
H A Ddns.rst82 callback will get called sometime in the future with the lookup result,
102 callback will get called sometime in the future with the lookup result.
/libuv/docs/src/guide/
H A Dnetworking.rst8 structures, DNS lookup, and tweaking various socket parameters.
/libuv/m4/
H A Dax_pthread.m4460 [#handle absolute path differently from PATH based program lookup
/libuv/
H A DChangeLog3368 * unix: factor out reusable sysinfo memory lookup (Brad King)

Completed in 25 milliseconds