Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c119 char *c_path_buf; /* Buffer containing path members */ member
217 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()