Searched refs:c_path_buf (Results 1 – 1 of 1) sorted by relevance
119 char *c_path_buf; /* Buffer containing path members */ member217 if (csv->c_path_buf) in csv_destroy()218 xo_free(csv->c_path_buf); in csv_destroy()647 if (csv->c_path_buf) /* In case two paths are given */ in csv_record_path()648 xo_free(csv->c_path_buf); in csv_record_path()650 csv->c_path_buf = path_buf; in csv_record_path()