Home | History | Annotate | Download | only in spdy

Lines Matching refs:overflow

2349   // we never expect to have to overflow into a CONTINUATION frame.
2424 // we never expect to have to overflow into a CONTINUATION frame.
2635 // This will get overwritten if we overflow into a CONTINUATION frame.
2744 // This will get overwritten if we overflow into a CONTINUATION frame.
2941 size_t overflow = size - kMaxControlFrameSize;
2942 return overflow / (kMaxControlFrameSize - GetContinuationMinimumSize()) + 1;
2979 // Tack on CONTINUATION frames for the overflow.