Lines Matching defs:csv
184 csv_private_t *csv = xo_realloc(NULL, sizeof(*csv)); in csv_create() local
205 csv_destroy (xo_handle_t *xop UNUSED, csv_private_t *csv) in csv_destroy()
226 csv_path_top (csv_private_t *csv, ssize_t delta) in csv_path_top()
323 csv_append_newline (xo_buffer_t *xbp, csv_private_t *csv) in csv_append_newline()
337 csv_emit_record (xo_handle_t *xop, csv_private_t *csv) in csv_emit_record()
421 csv_open_level (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_open_level()
463 csv_close_level (xo_handle_t *xop UNUSED, csv_private_t *csv, const char *name) in csv_close_level()
493 csv_leaf_num (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_leaf_num()
555 csv_leaf_set (xo_handle_t *xop UNUSED, csv_private_t *csv, leaf_t *lp, in csv_leaf_set()
575 csv_record_leafs (xo_handle_t *xop, csv_private_t *csv, const char *leafs_raw) in csv_record_leafs()
608 csv_record_path (xo_handle_t *xop, csv_private_t *csv, const char *path_raw) in csv_record_path()
664 csv_options (xo_handle_t *xop, csv_private_t *csv, in csv_options()
751 csv_private_t *csv = private; in csv_handler() local