• Home
  • Raw
  • Download

Lines Matching refs:fseek

281   if (fseek (moovrf->file, 2, SEEK_SET) != 0)  in moov_recov_file_parse_prefix()
289 if (fseek (moovrf->file, size - 8, SEEK_CUR) != 0) in moov_recov_file_parse_prefix()
304 return fseek (moovrf->file, size - 8, SEEK_CUR) == 0; in moov_recov_file_parse_prefix()
323 return fseek (moovrf->file, size - 8, SEEK_CUR) == 0; in moov_recov_file_parse_mvhd()
360 if (fseek (file, size - 8, SEEK_CUR) != 0) { in mdat_recov_file_find_mdat()
376 if (fseek (file, -8, SEEK_CUR) != 0) in mdat_recov_file_find_mdat()
405 if (fseek (file, 0, SEEK_END) != 0) in mdat_recov_file_create()
412 if (fseek (file, 0, SEEK_SET) != 0) in mdat_recov_file_create()
490 return (fseek (moovrf->file, size - 8, SEEK_CUR) == 0); in skip_atom()
509 if (fseek (moovrf->file, 12, SEEK_CUR) != 0) in moov_recov_parse_tkhd()
515 if (fseek (moovrf->file, 68, SEEK_CUR) != 0) in moov_recov_parse_tkhd()
542 if (fseek (moovrf->file, auxsize - 8, SEEK_CUR) != 0) in moov_recov_parse_stbl()
574 if (fseek (moovrf->file, auxsize - 8, SEEK_CUR)) in moov_recov_parse_minf()
581 if (fseek (moovrf->file, auxsize - 8, SEEK_CUR)) in moov_recov_parse_minf()
588 if (fseek (moovrf->file, auxsize - 8, SEEK_CUR)) in moov_recov_parse_minf()
614 if (fseek (moovrf->file, 12, SEEK_CUR) != 0) in moov_recov_parse_mdhd()
619 if (fseek (moovrf->file, 8, SEEK_CUR) != 0) in moov_recov_parse_mdhd()
680 if (fseek (moovrf->file, in moov_recov_parse_trak()
690 return fseek (moovrf->file, (long int) offset + size, SEEK_SET) == 0; in moov_recov_parse_trak()
942 if (fseek (from, position, SEEK_SET) != 0) in copy_data_from_file_to_file()
979 if (fseek (moovrf->file, 0, SEEK_SET) != 0) { in moov_recov_write_file()
1053 if (fseek (moovrf->file, moovrf->mvhd_pos, SEEK_SET) != 0) in moov_recov_write_file()
1098 if (fseek (moovrf->file, trak->file_offset, SEEK_SET) != 0) in moov_recov_write_file()
1163 if (fseek (mdatrf->file, mdatrf->mdat_start + in moov_recov_write_file()