Searched refs:mrf (Results 1 – 2 of 2) sorted by relevance
397 MdatRecovFile *mrf = g_new0 (MdatRecovFile, 1); in mdat_recov_file_create() local401 mrf->file = file; in mdat_recov_file_create()402 mrf->rawfile = datafile; in mdat_recov_file_create()408 mrf->data_size = ftell (file); in mdat_recov_file_create()409 if (mrf->data_size == -1L) in mdat_recov_file_create()418 mrf->mdat_start = 0; in mdat_recov_file_create()419 mrf->mdat_header_size = 16; in mdat_recov_file_create()420 mrf->mdat_size = 16; in mdat_recov_file_create()421 return mrf; in mdat_recov_file_create()429 if (!mdat_recov_file_parse_mdat_start (mrf)) { in mdat_recov_file_create()[all …]
152 void mdat_recov_file_free (MdatRecovFile * mrf);