Lines Matching refs:cols
98 entry_col *cols, *newcols = NULL; in copy_entry() local
113 cols = old->en_cols.en_cols_val; in copy_entry()
125 newcols[j].ec_flags = cols[j].ec_flags; in copy_entry()
127 cols[j].ec_value.ec_value_len; in copy_entry()
141 cols[j].ec_value.ec_value_val, in copy_entry()
155 entry_col *cols; in free_entry() local
159 cols = obj->en_cols.en_cols_val; in free_entry()
161 if (cols[i].ec_value.ec_value_val != NULL) in free_entry()
162 delete cols[i].ec_value.ec_value_val; in free_entry()
163 if (cols) in free_entry()
164 delete cols; in free_entry()