Lines Matching full:written
281 * To create a well-formed frame, the data written using this function must be
324 * To create a well-formed frame, the data written using this function must be
511 * ossl_quic_wire_decode_frame_ack is written to *total_ranges.
523 * *total_ranges is written with the number of ranges in the decoded frame,
529 * ACK ranges array written by this function; any additional entries are not
534 * array. The caller can use the value written to *total_ranges to detect this
538 * written. This can be used to determine the number of ranges which must be
574 * Decodes a QUIC NEW_TOKEN frame. *token is written with a pointer to the token
575 * bytes and *token_len is written with the length of the token in bytes.
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
622 * and Maximum Stream Data field is written to *max_stream_data.
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
647 * Data fields are written to *stream_id and *max_stream_data respectively.
654 * Decodes a QUIC STREAMS_BLOCKED frame. The Maximum Streams field is written to
667 * frame is written to *f.
679 * is written to *seq_num.
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.
698 * of the frame is written to *f.
731 * The ID is written to *id.
740 * The transport parameter ID is written to *id (if non-NULL) and the length of
741 * the payload in bytes is written to *len.
752 * The transport parameter ID is written to *id (if non-NULL) and the value is
753 * written to *value.
762 * The transport parameter ID is written to *id (if non-NULL) and the value is
763 * written to *value.