Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-tcp.c250 jerryx_debugger_tcp_configure_socket (jerryx_socket server_socket, /** < socket to configure */ in jerryx_debugger_tcp_configure_socket()
302 jerryx_socket server_socket = socket (AF_INET, SOCK_STREAM, 0); in jerryx_debugger_tcp_create() local
/third_party/boost/libs/asio/test/
Dbuffered_read_stream.cpp157 stream_type server_socket(io_context); in test_sync_operations() local
268 stream_type server_socket(io_context); in test_async_operations() local
Dbuffered_write_stream.cpp157 stream_type server_socket(io_context); in test_sync_operations() local
275 stream_type server_socket(io_context); in test_async_operations() local
Dbuffered_stream.cpp168 stream_type server_socket(io_context); in test_sync_operations() local
286 stream_type server_socket(io_context); in test_async_operations() local
/third_party/node/src/
Dinspector_socket_server.cc243 for (const auto& server_socket : server_sockets) { in PrintDebuggerReadyMessage() local
409 auto server_socket = ServerSocketPtr(new ServerSocket(this)); in Start() local
466 uv_stream_t* server_socket) { in Accept()
556 ServerSocket* server_socket = ServerSocket::FromTcpSocket(tcp_socket); in SocketConnectedCallback() local
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpserversink.h66 GSocket *server_socket; member
Dgsttcpserversrc.h60 GSocket *server_socket; member
/third_party/boost/doc/html/boost_asio/example/cpp03/invocation/
Dprioritised_handlers.cpp149 tcp::socket server_socket(io_context); in main() local
/third_party/boost/libs/asio/example/cpp03/invocation/
Dprioritised_handlers.cpp149 tcp::socket server_socket(io_context); in main() local
/third_party/boost/libs/asio/example/cpp11/invocation/
Dprioritised_handlers.cpp181 tcp::socket server_socket(io_context); in main() local
/third_party/boost/doc/html/boost_asio/example/cpp11/invocation/
Dprioritised_handlers.cpp181 tcp::socket server_socket(io_context); in main() local
/third_party/grpc/test/core/handshake/
Dclient_ssl.cc225 int server_socket = -1; in client_ssl_test() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc348 auto server_socket = Socket::Listen("", port.c_str()); in RunServer() local
/third_party/weston/compositor/
Dmain.c3233 char *server_socket = NULL; in wet_main() local