Home
last modified time | relevance | path

Searched defs:csv_private_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c115 typedef struct csv_private_s { struct
116 uint32_t c_flags; /* Flags for this encoder */
120 path_frame_t *c_path; /* Array of path members */
121 ssize_t c_path_max; /* Depth of c_path[] */
122 ssize_t c_path_cur; /* Current depth in c_path[] */
127 stack_frame_t *c_stack; /* Stack of open tags */
128 ssize_t c_stack_max; /* Maximum stack depth */
130 ssize_t c_stack_depth; /* Current stack depth */
135 leaf_t *c_leaf; /* List of leafs */
137 ssize_t c_leaf_max; /* Max depth of c_leaf[] */
[all …]