Searched refs:bytes_sent (Results 1 – 1 of 1) sorted by relevance
44 static size_t bytes_sent = 0; variable129 send_bufs[j] = uv_buf_init(send_buffer + bytes_sent, CHUNK_SIZE); in connect_cb()130 bytes_sent += CHUNK_SIZE; in connect_cb()177 ASSERT_EQ(bytes_sent, TOTAL_BYTES); in TEST_IMPL()
Completed in 4 milliseconds