Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dbenchmark-pump.c62 static int64_t nrecv = 0; variable
122 nrecv = 0; in show_stats()
185 nrecv += bytes; in read_cb()
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs29 let nrecv = unsafe { in recv() localVariable
37 Ok(nrecv as usize) in recv()