HomeSort by relevance Sort by last modified time
    Searched defs:SYN_STREAM (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/spdy/
spdy_stream.cc 785 // Since this is decoupled from sending the SYN_STREAM frame, it is
787 // before our SYN_STREAM frame gets sent. This can be solved by
788 // immediately enqueueing the SYN_STREAM frame here and adjusting
813 GetWeakPtr(), SYN_STREAM,
853 DCHECK_EQ(just_completed_frame_type_, SYN_STREAM);
    [all...]
spdy_protocol.h 275 SYN_STREAM = 1,
276 FIRST_CONTROL_TYPE = SYN_STREAM,
781 virtual void VisitSynStream(const SpdySynStreamIR& syn_stream) = 0;
  /external/chromium/net/spdy/
spdy_protocol.h 36 // Control Frame: SYN_STREAM
153 SYN_STREAM = 1,
257 // A SYN_STREAM Control Frame structure.
442 return (type >= SYN_STREAM && type < NUM_CONTROL_FRAME_TYPES);
457 DCHECK(type >= SYN_STREAM && type < NUM_CONTROL_FRAME_TYPES);
462 DCHECK(type >= SYN_STREAM && type < NUM_CONTROL_FRAME_TYPES);
469 return type() == SYN_STREAM || type() == SYN_REPLY || type() == HEADERS;
495 // A SYN_STREAM frame.

Completed in 211 milliseconds