HomeSort by: relevance | last modified time | path
    Searched defs:got_connections (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-tcp-close-accept.c 39 static unsigned int got_connections; variable
92 ASSERT_LT(pending_incoming, got_connections);
100 for (i = 0; i < got_connections; i++) {
124 if (got_connections == ARRAY_SIZE(tcp_incoming))
128 incoming = &tcp_incoming[got_connections++];
132 if (got_connections != ARRAY_SIZE(tcp_incoming))
185 ASSERT_EQ(ARRAY_SIZE(tcp_outgoing), got_connections); local
test-tcp-close-accept.c 39 static unsigned int got_connections; variable
92 ASSERT_LT(pending_incoming, got_connections);
100 for (i = 0; i < got_connections; i++) {
124 if (got_connections == ARRAY_SIZE(tcp_incoming))
128 incoming = &tcp_incoming[got_connections++];
132 if (got_connections != ARRAY_SIZE(tcp_incoming))
185 ASSERT_EQ(ARRAY_SIZE(tcp_outgoing), got_connections); local

Completed in 130 milliseconds