Home
last modified time | relevance | path

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

/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c120 path_frame_t *c_path; /* Array of path members */ member
228 if (!(csv->c_flags & CF_HAS_PATH) || csv->c_path == NULL) in csv_path_top()
236 return csv->c_path[cur].pf_name; in csv_path_top()
645 if (csv->c_path) /* In case two paths are given */ in csv_record_path()
646 xo_free(csv->c_path); in csv_record_path()
651 csv->c_path = path; in csv_record_path()