Home | History | Annotate | Download | only in quic

Lines Matching refs:STOP_WAITING_FRAME

384       case STOP_WAITING_FRAME:
391 header, *frame.stop_waiting_frame, &writer)) {
1221 case STOP_WAITING_FRAME: {
1227 QuicStopWaitingFrame stop_waiting_frame;
1228 if (!ProcessStopWaitingFrame(header, &stop_waiting_frame)) {
1231 if (!visitor_->OnStopWaitingFrame(stop_waiting_frame)) {
1866 case STOP_WAITING_FRAME: