Home
last modified time | relevance | path

Searched refs:GetOption (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h91 int GetOption(int level, int option_name, int &option_value);
/freebsd-13.1/contrib/serf/
H A DSConstruct179 CALLOUT_OKAY = not (env.GetOption('clean') or env.GetOption('help'))
502 if env.GetOption('clean'):
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp406 int Socket::GetOption(int level, int option_name, int &option_value) { in GetOption() function in Socket
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp217 !!tcp_socket->GetOption(SOL_SOCKET, SO_REUSEADDR, resuse); in Connect()