Home
last modified time | relevance | path

Searched refs:timeout_seconds (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c57 int timeout_seconds; /* 0 or total duration timeout period */ member
735 int timeout_seconds /* 0; or total duration timeout period */ in httpread_create() argument
747 h->timeout_seconds = timeout_seconds; in httpread_create()
749 if (timeout_seconds > 0 && in httpread_create()
750 eloop_register_timeout(timeout_seconds, 0, in httpread_create()
H A Dhttpread.h75 int timeout_seconds /* 0; or total duration timeout period */
/freebsd/crypto/openssh/contrib/
H A Dgnome-ssh-askpass4.c171 int timeout_seconds = -1; in command_line() local
173 GcrPrompt* prompt = gcr_system_prompt_open(timeout_seconds, NULL, &error); in command_line()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1333 uint32_t timeout_seconds; in GetHostInfo() local
1334 if (!value.getAsInteger(0, timeout_seconds)) { in GetHostInfo()
1335 m_default_packet_timeout = seconds(timeout_seconds); in GetHostInfo()
H A DProcessGDBRemote.cpp299 const uint64_t timeout_seconds = in ProcessGDBRemote() local
301 if (timeout_seconds > 0) in ProcessGDBRemote()
302 m_gdb_comm.SetPacketTimeout(std::chrono::seconds(timeout_seconds)); in ProcessGDBRemote()