Home
last modified time | relevance | path

Searched refs:sent_total (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksNetwork.cpp72 msize sent_total{}; in Send() local
76 auto result = socket->send(buffer.data() + sent_total, buffer.size() - sent_total, &sent); in Send()
79 sent_total += sent; in Send()
80 } while (sent_total < buffer.size()); in Send()
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c636 u16_t sent_total = 0; in START_TEST() local
660 err = tcp_write(pcb, &tx_data[sent_total], TCP_MSS, TCP_WRITE_FLAG_COPY); in START_TEST()
662 sent_total += TCP_MSS; in START_TEST()
724 u16_t sent_total = 0; in START_TEST() local
748 err = tcp_write(pcb, &tx_data[sent_total], TCP_MSS, TCP_WRITE_FLAG_COPY); in START_TEST()
750 sent_total += TCP_MSS; in START_TEST()
800 u16_t sent_total; in test_tcp_tx_full_window_lost() local
829 sent_total = 0; in test_tcp_tx_full_window_lost()
832 err = tcp_write(pcb, &tx_data[sent_total], initial_data_len, TCP_WRITE_FLAG_COPY); in test_tcp_tx_full_window_lost()
839 sent_total += initial_data_len; in test_tcp_tx_full_window_lost()
[all …]