OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:write_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
reliable_quic_stream.cc
356
size_t
write_length
= TotalIovecLength(iov, iov_count);
local
359
bool fin_with_zero_data = (fin &&
write_length
== 0);
375
if (
write_length
> send_window) {
380
write_length
= send_window;
386
data.AppendIovecAtMostBytes(iov, iov_count,
write_length
);
395
if (consumed_data.bytes_consumed ==
write_length
) {
/external/openssl/ssl/
d1_both.c
1488
unsigned int
write_length
= 1 \/* heartbeat type *\/ +
local
[
all
...]
Completed in 294 milliseconds