Home
last modified time | relevance | path

Searched refs:c_leaf_depth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c136 ssize_t c_leaf_depth; /* Current depth of c_leaf[] (next free) */ member
346 if (csv->c_leaf_depth == 0) in csv_emit_record()
352 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_emit_record()
365 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_emit_record()
399 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_emit_record()
500 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_leaf_num()
514 if (csv->c_leaf_depth + 1 >= csv->c_leaf_max) { in csv_leaf_num()
532 lp = &csv->c_leaf[csv->c_leaf_depth++]; in csv_leaf_num()