Lines Matching defs:data
175 prf_data_t data; in profile_open_file() local
266 prf_data_t data; in profile_open_memory() local
293 errcode_t profile_update_file_data_locked(prf_data_t data, char **ret_modspec) in profile_update_file_data_locked()
384 errcode_t profile_update_file_data(prf_data_t data, char **ret_modspec) in profile_update_file_data()
404 static errcode_t write_data_to_file(prf_data_t data, const char *outfile, in write_data_to_file()
486 errcode_t profile_flush_file_data_to_buffer (prf_data_t data, char **bufp) in profile_flush_file_data_to_buffer()
496 errcode_t profile_flush_file_data(prf_data_t data) in profile_flush_file_data()
520 errcode_t profile_flush_file_data_to_file(prf_data_t data, const char *outfile) in profile_flush_file_data_to_file()
535 void profile_dereference_data(prf_data_t data) in profile_dereference_data()
541 void profile_dereference_data_locked(prf_data_t data) in profile_dereference_data_locked()
602 static void profile_free_file_data(prf_data_t data) in profile_free_file_data()