Buffer chunk. More...
#include <buffer.h>
Data Fields | |
uint8_t * | data |
Data in this buffer chunk. | |
uint64_t | offset |
Offset this data is in, in the overall overall buffer. | |
uint64_t | length |
Size of this this buffer chunk. | |
Buffer chunk.
uint8_t* imquic_buffer_chunk::data |
Data in this buffer chunk.
uint64_t imquic_buffer_chunk::length |
Size of this this buffer chunk.
uint64_t imquic_buffer_chunk::offset |
Offset this data is in, in the overall overall buffer.