Home
last modified time | relevance | path

Searched defs:bytes_sent (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dsendfile.rs174 let mut bytes_sent: off_t = 0; localVariable
217 let mut bytes_sent: off_t = 0; localVariable
/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.h72 size_t bytes_sent; member
/third_party/ltp/utils/sctp/func_tests/
Dtest_fragments.c89 int error, bytes_sent; in main() local
Dtest_basic.c82 int error, bytes_sent; in main() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_cid.h84 uint64_t bytes_sent; member
/third_party/libuv/test/
Dtest-tcp-writealot.c44 static size_t bytes_sent = 0; variable
/third_party/python/Lib/wsgiref/
Dhandlers.py126 bytes_sent = 0 variable in BaseHandler