#include <dt_stream.h>
Definition at line 17 of file dt_stream.h.
Data Fields | |
| enum dt_step_kind | kind |
| The type of this record step. | |
| dt_byte const * | key |
| the key data associated with this step | |
| size_t | key_len |
| The length of the data eventually pointed to by key. | |
| dt_byte const * | val |
| the value data associated with a leaf step | |
| size_t | val_len |
| The length of the data eventually pointed to by val. | |
|
|
the key data associated with this step
Definition at line 20 of file dt_stream.h. |
|
|
The length of the data eventually pointed to by key.
Definition at line 21 of file dt_stream.h. |
|
|
The type of this record step.
Definition at line 19 of file dt_stream.h. |
|
|
the value data associated with a leaf step
Definition at line 22 of file dt_stream.h. |
|
|
The length of the data eventually pointed to by val.
Definition at line 23 of file dt_stream.h. |
1.3.1