Searched refs:CopyRetransmittableControlFrame (Results 1 – 5 of 5) sorted by relevance
303 QuicFrame copy = CopyRetransmittableControlFrame(frame); in RetransmitControlFrame()317 QuicFrame copy = CopyRetransmittableControlFrame(frame_to_send); in WriteBufferedFrames()330 QuicFrame copy = CopyRetransmittableControlFrame(pending); in WritePendingRetransmission()
370 QuicFrame copy = CopyRetransmittableControlFrame(frame); in RetransmitFrames()559 QuicFrame copy = CopyRetransmittableControlFrame(pending); in RetransmitLostControlFrames()711 QuicFrame copy = CopyRetransmittableControlFrame(frame_to_send); in WriteBufferedControlFrames()
161 QUICHE_EXPORT QuicFrame CopyRetransmittableControlFrame(const QuicFrame& frame);
114 QuicFrame frame_copy = CopyRetransmittableControlFrame(frame); in TEST_F()135 QuicFrame frame_copy = CopyRetransmittableControlFrame(frame); in TEST_F()
282 QuicFrame CopyRetransmittableControlFrame(const QuicFrame& frame) { in CopyRetransmittableControlFrame() function