Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-debugger/
Djerry_client_tcp.py23 …def __init__(self, address, socket_family=socket.AF_INET, socket_type=socket.SOCK_STREAM, proto=0,… argument
/third_party/grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc560 int create_socket(const char* socket_type, fd_pair* client_fds, in create_socket()
576 static int run_benchmark(const char* socket_type, thread_args* client_args, in run_benchmark()
607 const char* socket_type = socket_types[j]; in run_all_benchmarks() local
635 const char* socket_type = nullptr; in main() local
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dteardown.hpp38 using socket_type = typedef in boost::beast::websocket::detail::teardown_tcp_op
/third_party/boost/boost/beast/websocket/impl/
Dteardown.hpp38 using socket_type = typedef in boost::beast::websocket::detail::teardown_tcp_op
/third_party/glib/gio/tests/
Dsocket-server.c55 GSocketType socket_type; in main() local
Dsocket-client.c117 GSocketType socket_type; in make_connection() local
Dsocket.c113 GSocketType socket_type, in create_server_full()
1613 GSocketType socket_type = GPOINTER_TO_UINT (user_data); in test_get_available() local
/third_party/boost/boost/asio/detail/
Dhandler_type_requirements.hpp233 handler_type, handler, socket_type) \ argument
/third_party/boost/libs/asio/include/boost/asio/detail/
Dhandler_type_requirements.hpp233 handler_type, handler, socket_type) \ argument
/third_party/python/Lib/
Dsocketserver.py439 socket_type = socket.SOCK_STREAM variable in TCPServer
522 socket_type = socket.SOCK_DGRAM variable in UDPServer
/third_party/boost/boost/beast/core/
Dbasic_stream.hpp210 using socket_type = typedef in boost::beast::basic_stream
/third_party/boost/libs/beast/include/boost/beast/core/
Dbasic_stream.hpp210 using socket_type = typedef in boost::beast::basic_stream
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlbasesink.h70 curlsocktype socket_type; member
Dgstcurlbasesink.c1141 curlsocktype socket_type) in gst_curl_base_sink_transfer_socket_cb()
/third_party/glib/gio/
Dgsocketconnection.c530 GSocketType socket_type; member
/third_party/boost/libs/beast/test/beast/websocket/
Dping.cpp378 using socket_type = in testSuspend() typedef
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc104 int address_family, int socket_type) in GrpcPolledFdWindows()
/third_party/curl/tests/server/
Dsws.c1885 const char *socket_type = "IPv4"; in main() local
/third_party/python/Modules/
D_ssl.c314 enum py_ssl_server_or_client socket_type; member
781 enum py_ssl_server_or_client socket_type, in newPySSLSocket()
/third_party/openssl/apps/
Ds_client.c920 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local
Ds_server.c1014 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local