Home | History | Annotate | Download | only in quic

Lines Matching full:payload

40 // Number of bytes reserved to store payload length in stream frame.
95 // |payload| is the non-encrypted FEC protected payload of the packet.
96 virtual void OnFecProtectedPayload(base::StringPiece payload) = 0;
131 // |payload| is the non-encrypted FEC protected payload of the packet.
133 base::StringPiece payload) = 0;
227 // might be null padded past the end of the payload, which will be correctly
233 // Return true if the packet was processed succesfully. |payload| must be
234 // the complete DECRYPTED payload of the revived packet.
236 base::StringPiece payload);
238 // Largest size in bytes of all stream frame fields without the payload.
424 // Computes the wire size in bytes of the payload of |frame|.
480 // Buffer containing decrypted payload data during parsing.