Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c121 ssize_t c_path_max; /* Depth of c_path[] */ member
444 csv->c_path_cur, csv->c_path_max); in csv_open_level()
447 if (csv->c_path_cur == csv->c_path_max) { in csv_open_level()
652 csv->c_path_max = count; in csv_record_path()