Data Fields | |
struct concat_nodes * | nodes |
list of nodes to concat | |
size_t | length |
number of cat'ed nodes | |
size_t | current |
index of currently read node |
Definition at line 35 of file concat.c.
size_t concat_data::current |
index of currently read node
Definition at line 38 of file concat.c.
Referenced by concat_read(), and concat_seek().
size_t concat_data::length |
number of cat'ed nodes
Definition at line 37 of file concat.c.
Referenced by concat_close(), concat_open(), concat_read(), and concat_seek().
struct concat_nodes* concat_data::nodes [read] |
list of nodes to concat
Definition at line 36 of file concat.c.
Referenced by concat_close(), concat_open(), concat_read(), and concat_seek().