Lines Matching full:encodes
234 * Encodes zero or more QUIC PADDING frames to the packet writer. Each PADDING
241 * Encodes a QUIC PING frame to the packet writer. This frame type takes
247 * Encodes a QUIC ACK frame to the packet writer, given a logical representation
265 * Encodes a QUIC RESET_STREAM frame to the packet writer, given a logical
272 * Encodes a QUIC STOP_SENDING frame to the packet writer, given a logical
279 * Encodes a QUIC CRYPTO frame header to the packet writer.
295 * Encodes a QUIC CRYPTO frame to the packet writer.
306 * Encodes a QUIC NEW_TOKEN frame to the packet writer.
313 * Encodes a QUIC STREAM frame's header to the packet writer. The f->stream_id,
351 * Encodes a QUIC MAX_DATA frame to the packet writer.
357 * Encodes a QUIC MAX_STREAM_DATA frame to the packet writer.
364 * Encodes a QUIC MAX_STREAMS frame to the packet writer.
375 * Encodes a QUIC DATA_BLOCKED frame to the packet writer.
381 * Encodes a QUIC STREAM_DATA_BLOCKED frame to the packet writer.
387 * Encodes a QUIC STREAMS_BLOCKED frame to the packet writer.
398 * Encodes a QUIC NEW_CONNECTION_ID frame to the packet writer, given a logical
408 * Encodes a QUIC RETIRE_CONNECTION_ID frame to the packet writer.
414 * Encodes a QUIC PATH_CHALLENGE frame to the packet writer.
420 * Encodes a QUIC PATH_RESPONSE frame to the packet writer.
426 * Encodes a QUIC CONNECTION_CLOSE frame to the packet writer, given a logical
438 * Encodes a QUIC HANDSHAKE_DONE frame to the packet writer. This frame type
444 * Encodes a QUIC transport parameter TLV with the given ID into the WPACKET.
459 * Encodes a QUIC transport parameter TLV with the given ID into the WPACKET.
467 * Encodes a QUIC transport parameter TLV with a given ID into the WPACKET.