reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp
   60   int sockfd = socket(PF_INET, SOCK_STREAM, 0);
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
 1235   int sockfd = socket(PF_INET, SOCK_STREAM, 0);
tools/lldb/source/Host/common/Socket.cpp
  448   auto sock = ::socket(domain, socket_type, protocol);
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
   78   SOCKET sockfd = socket(AF_INET, SOCK_STREAM, 0);
utils/unittest/googletest/src/gtest.cc
 3802     sockfd_ = socket(