Lines Matching full:decodes

494  * Decodes the type field header of a QUIC frame (without advancing the current
519 * Decodes a QUIC ACK frame. The ack_ranges field of the passed structure should
551 * Decodes a QUIC RESET_STREAM frame.
557 * Decodes a QUIC STOP_SENDING frame.
563 * Decodes a QUIC CRYPTO frame.
574 * Decodes a QUIC NEW_TOKEN frame. *token is written with a pointer to the token
582 * Decodes a QUIC STREAM frame.
614 * Decodes a QUIC MAX_DATA frame. The Maximum Data field is written to
621 * Decodes a QUIC MAX_STREAM_DATA frame. The Stream ID is written to *stream_id
628 * Decodes a QUIC MAX_STREAMS frame. The Maximum Streams field is written to
639 * Decodes a QUIC DATA_BLOCKED frame. The Maximum Data field is written to
646 * Decodes a QUIC STREAM_DATA_BLOCKED frame. The Stream ID and Maximum Stream
654 * Decodes a QUIC STREAMS_BLOCKED frame. The Maximum Streams field is written to
666 * Decodes a QUIC NEW_CONNECTION_ID frame. The logical representation of the
678 * Decodes a QUIC RETIRE_CONNECTION_ID frame. The Sequence Number field
685 * Decodes a QUIC PATH_CHALLENGE frame. The Data field is written to *data.
691 * Decodes a QUIC PATH_CHALLENGE frame. The Data field is written to *data.
697 * Decodes a QUIC CONNECTION_CLOSE frame. The logical representation
713 * Decodes one or more PADDING frames. PADDING frames have no arguments.
720 * Decodes a PING frame. The frame has no arguments.
725 * Decodes a HANDSHAKE_DONE frame. The frame has no arguments.
736 * Decodes a QUIC transport parameter TLV. A pointer to the value buffer is
750 * Decodes a QUIC transport parameter TLV containing a variable-length integer.
760 * Decodes a QUIC transport parameter TLV containing a connection ID.
770 * Decodes a QUIC transport parameter TLV containing a preferred_address.