OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_frame_length_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/spdy/
spdy_framer.cc
149
current_frame_length_
= 0;
588
current_frame_length_
= remaining_data_length_ + reader->GetBytesConsumed();
594
current_frame_length_
= length_field;
610
remaining_data_length_ =
current_frame_length_
- reader->GetBytesConsumed();
615
DCHECK_EQ(
current_frame_length_
,
686
if (
current_frame_length_
< GetSynStreamMinimumSize()) {
694
if (
current_frame_length_
< GetSynReplyMinimumSize()) {
701
if (
current_frame_length_
!= GetRstStreamSize()) {
710
if (
current_frame_length_
< GetSettingsMinimumSize() ||
711
(
current_frame_length_
- GetControlFrameHeaderSize()) % 8 != 4)
[
all
...]
spdy_framer.h
672
uint32
current_frame_length_
;
member in class:net::SpdyFramer
Completed in 263 milliseconds