Data Fields | |
| size_t | _position |
| The current position used for reading/writing. | |
| size_t | _limit |
| The read/write limit. | |
| size_t | _capacity |
| The amount of data the buffer can contain. | |
| uint8_t * | _data |
| The data contained in the buffer. | |
| unsigned | _fixed: 1 |
| If the buffer is fixed it cannot be resized. | |
| ldns_status | _status |
| The current state of the buffer. | |
Definition at line 34 of file buffer.h.
|
|
The amount of data the buffer can contain.
|
|
|
The data contained in the buffer.
|
|
|
If the buffer is fixed it cannot be resized.
|
|
|
The read/write limit.
|
|
|
The current position used for reading/writing.
|
|
|
The current state of the buffer.
|
1.4.6