Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPServer.cpp120 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind()
129 int ListenPort = Server->bind_to_any_port(HostInterface); in bind() local
173 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind()