Home
last modified time | relevance | path

Searched defs:server (Results 76 - 100 of 260) sorted by relevance

1234567891011

/third_party/libuv/test/
H A Dtest-tcp-close-after-read-timeout.c101 static void on_connection(uv_stream_t* server, int status) { in on_connection() argument
H A Dtest-udp-multicast-join.c34 static uv_udp_t server; variable
[all...]
H A Dtest-tcp-close-reset.c160 static void connection_cb(uv_stream_t* server, int status) { in connection_cb() argument
H A Dtest-tcp-close-accept.c117 static void connection_cb(uv_stream_t* server, int status) { in connection_cb() argument
H A Dtest-udp-ipv6.c42 static uv_udp_t server; variable
H A Dtest-udp-open.c256 uv_udp_t server; in TEST_IMPL() local
/third_party/libcoap/src/
H A Dcoap_tcp.c299 coap_socket_accept_tcp(coap_socket_t *server, argument
43 coap_socket_connect_tcp1(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) global() argument
H A Dcoap_netif.c53 coap_netif_dgrm_connect(coap_session_t *session, const coap_address_t *local_if, const coap_address_t *server, int default_port) coap_netif_dgrm_connect() argument
184 coap_netif_strm_connect1(coap_session_t *session, const coap_address_t *local_if, const coap_address_t *server, int default_port) coap_netif_strm_connect1() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
H A Dminimal-raw-netcat.c142 const char *server = "libwebsockets.org", *port = "80"; in main() local
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A Drpc1.c16 char *server = NULL; variable
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_jk.c113 struct thread *server = (struct thread *)thread->arg; in user_thread() local
141 struct thread *server; main() local
[all...]
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DMessage.pm561 sub server global() subroutine
[all...]
/third_party/node/deps/uv/src/win/
H A Dstream.c51 int uv_accept(uv_stream_t* server, uv_stream_t* client) { in uv_accept() argument
/third_party/openssl/test/
H A Dcipherlist_test.c26 SSL_CTX *server; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerQueue.cpp18 namespace dawn_wire { namespace server { namespace
H A DServerMemoryTransferService_mock.cpp19 namespace dawn_wire { namespace server { namespace
H A DServer.cpp18 namespace dawn_wire { namespace server { namespace
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireServer.cpp58 namespace server { namespace
/third_party/openssl/util/perl/TLSProxy/
H A DMessage.pm561 sub server global() subroutine
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireTest.h106 namespace server { namespace
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dtests.cpp99 void RunStoreContentTests (Server& server) in RunStoreContentTests() argument
122 void RunGetContentTests (Server& server) in RunGetContentTests() argument
146 RunCompileShaderTests(Server& server) RunCompileShaderTests() argument
175 RunTests(Server& server) RunTests() argument
[all...]
H A DvksClient.hpp72 static std::unique_ptr<Server> server; in StandardOutputServerSingleton() local
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_common.c197 int ff_pulse_audio_get_devices(AVDeviceInfoList *devices, const char *server, int output) in ff_pulse_audio_get_devices() argument
93 ff_pulse_audio_connect_context(pa_mainloop **pa_ml, pa_context **pa_ctx, const char *server, const char *description) ff_pulse_audio_connect_context() argument
/third_party/curl/lib/
H A Dsocks_gssapi.c123 gss_name_t server = GSS_C_NO_NAME; in Curl_SOCKS5_gssapi_negotiate() local
[all...]
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c31 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() argument
102 uv_tcp_t server; in main() local

Completed in 10 milliseconds

1234567891011