Home
last modified time | relevance | path

Searched defs:best_scope (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/netinet6/
H A Din6.c1352 int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0; in in6_ifawithscope() local
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2730 ExecutionContextScope *best_scope = exe_ctx.GetBestExecutionContextScope(); in DoExecute() local