Searched refs:data_buffer_read (Results 1 – 3 of 3) sorted by relevance
119 data_buffer_t data_buffer_read(char const* filename) { in data_buffer_read() function160 return data_buffer_read(data->data.path); in data_buffer_get_data()169 return data_buffer_read(data->dict.path); in data_buffer_get_dict()223 buffersPtr[i] = data_buffer_read(filenames->fileNames[i]); in data_buffers_get()
293 data_buffer_t const actual = data_buffer_read(actual_file); in diff_results()294 data_buffer_t const expected = data_buffer_read(expected_file); in diff_results()
86 data_buffer_t data_buffer_read(char const* filename);