Detailed Description
buffer structure, which supports appending and prepending of data as well as chaining other buffers.
Definition at line 72 of file ioutil.h.
Field Documentation
data block
Definition at line 85 of file ioutil.h.
index of the end of the data block
Definition at line 83 of file ioutil.h.
index of the start of the data block
Definition at line 81 of file ioutil.h.
total lenght of the data block
Definition at line 79 of file ioutil.h.
pointer to next buffer
Definition at line 75 of file ioutil.h.
tag if buffer is used or free
Definition at line 77 of file ioutil.h.