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

  /src/crypto/external/apache2/openssl/dist/test/
quic_cc_test.c 336 uint64_t total_sent = 0, total_to_send, allowance; local
381 while (total_sent < total_to_send) {
409 total_sent += sz;
  /src/external/bsd/unbound/dist/testcode/
perf.c 105 size_t total_sent; member in struct:perfinfo
335 info->total_sent += info->numsent;
412 lost = (int)(info->total_sent - info->total_recv) - (int)info->io_num;

Completed in 25 milliseconds