Searched refs:lookup (Results 1 – 6 of 6) sorted by relevance
81 uv_signal_t lookup; in RB_GENERATE_STATIC() local89 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()
167 uv_signal_t lookup; in uv__signal_first_handle() local170 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()
82 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.
8 structures, DNS lookup, and tweaking various socket parameters.
460 [#handle absolute path differently from PATH based program lookup
3417 * unix: factor out reusable sysinfo memory lookup (Brad King)
Completed in 18 milliseconds