Searched refs:ts_file (Results 1 – 1 of 1) sorted by relevance
142 static bool init_emitter(FILE *ts_file) in init_emitter() argument151 yaml_emitter_set_output_file(&emitter, ts_file); in init_emitter()305 FILE *ts_file; in ts_consumer() local318 ts_file = fopen(tsfile_path, "w"); in ts_consumer()319 if (!ts_file) in ts_consumer()322 if (!init_emitter(ts_file)) in ts_consumer()372 fclose(ts_file); in ts_consumer()
Completed in 2 milliseconds