Searched refs:c_leaf_max (Results 1 – 1 of 1) sorted by relevance
137 ssize_t c_leaf_max; /* Max depth of c_leaf[] */ member514 if (csv->c_leaf_depth + 1 >= csv->c_leaf_max) { in csv_leaf_num()516 ssize_t new_max = csv->c_leaf_max * 2; in csv_leaf_num()525 bzero(&lp[csv->c_leaf_max], csv->c_leaf_max * sizeof(*lp)); in csv_leaf_num()529 csv->c_leaf_max = new_max; in csv_leaf_num()