Lines Matching +full:stream +full:- +full:id +full:- +full:range
2 * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
27 /* ACKM-specific data. Caller should fill this. */
39 /* Regenerate-strategy frames. */
50 /* Represents a range of bytes in an application or CRYPTO stream. */
52 /* The stream ID, or UINT64_MAX for the CRYPTO stream. */
55 * The inclusive range of bytes in the stream. Exceptionally, if end <
56 * start, designates a frame of zero length (used for FIN-only frames). In
58 * final size of the stream).
62 * Whether a FIN was sent for this stream in the packet. Not valid for
63 * CRYPTO stream.
67 * If set, a STOP_SENDING frame was sent for this stream ID. (If no data was
68 * sent for the stream, set end < start.)
72 * If set, a RESET_STREAM frame was sent for this stream ID. (If no data was
73 * sent for the stream, set end < start.)
111 * Returns a pointer to an array of stream chunk information structures for the