/third_party/libuv/test/ |
H A D | test-udp-send-immediate.c | 32 static uv_udp_t server; variable
|
H A D | test-tcp-bind-error.c | 115 uv_tcp_t server; in TEST_IMPL() local 140 uv_tcp_t server; in TEST_IMPL() local 165 uv_tcp_t server; in TEST_IMPL() local 190 uv_tcp_t server; TEST_IMPL() local 216 uv_tcp_t server; TEST_IMPL() local 233 uv_tcp_t server; TEST_IMPL() local 250 uv_tcp_t server; TEST_IMPL() local 264 uv_tcp_t server; TEST_IMPL() local [all...] |
H A D | test-tcp-alloc-cb-fail.c | 29 static uv_tcp_t server; variable
|
H A D | test-delayed-accept.c | 49 uv_tcp_t* server; in do_accept() local 102 uv_tcp_t* server = (uv_tcp_t*)malloc(sizeof *server); in start_server() local [all...] |
H A D | test-udp-alloc-cb-fail.c | 32 static uv_udp_t server; variable
|
H A D | test-udp-connect6.c | 32 static uv_udp_t server; variable
|
H A D | test-udp-connect.c | 32 static uv_udp_t server; variable
|
H A D | test-tcp-write-in-a-row.c | 29 static uv_tcp_t server; variable
|
H A D | test-tcp-write-queue-order.c | 32 static uv_tcp_t server; variable
|
H A D | test-tcp-write-to-half-open-connection.c | 44 static void connection_cb(uv_stream_t* server, int status) { in connection_cb() argument
|
H A D | test-tcp-try-write.c | 31 static uv_tcp_t server; variable
|
H A D | test-tcp-close-after-read-timeout.c | 101 static void on_connection(uv_stream_t* server, int status) { in on_connection() argument
|
H A D | test-udp-multicast-join.c | 34 static uv_udp_t server; variable [all...] |
/third_party/libuv/docs/code/tcp-echo-server/ |
H A D | main.c | 55 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() argument 75 uv_tcp_t server; in main() local
|
/third_party/libuv/src/win/ |
H A D | stream.c | 51 int uv_accept(uv_stream_t* server, uv_stream_t* client) { in uv_accept() argument
|
/third_party/libcoap/src/ |
H A D | coap_tcp.c | 299 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 D | coap_netif.c | 53 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 D | minimal-raw-netcat.c | 142 const char *server = "libwebsockets.org", *port = "80"; in main() local
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
H A D | rpc1.c | 16 char *server = NULL; variable
|
/third_party/ltp/testcases/realtime/func/async_handler/ |
H A D | async_handler_jk.c | 113 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 D | Message.pm | 561 sub server global() subroutine [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | stream.c | 51 int uv_accept(uv_stream_t* server, uv_stream_t* client) { in uv_accept() argument
|
/third_party/openssl/test/ |
H A D | cipherlist_test.c | 26 SSL_CTX *server; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerQueue.cpp | 18 namespace dawn_wire { namespace server { namespace
|
H A D | ServerMemoryTransferService_mock.cpp | 19 namespace dawn_wire { namespace server { namespace
|